Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

how to avoid nginx not found 404 error ubuntu react app

location / {
            root /var/www/myapp/build;
            index index.html;
            try_files $uri /index.html$is_args$args =404;
    }
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #avoid #nginx #error #ubuntu #react #app
ADD COMMENT
Topic
Name
1+3 =