Skip to content

Commit

Permalink
Update app.conf
Browse files Browse the repository at this point in the history
react should use try_files
  • Loading branch information
nancunpei authored Jun 19, 2019
1 parent 4889eb7 commit b99d89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ http {
location / {
root /var/app/;
index index.html index.htm;
# try_files $uri$args $uri$args/ $uri/ index.html;
try_files $uri$args $uri$args/ $uri/ index.html;
error_page 404 =200 /;
}

Expand Down

0 comments on commit b99d89f

Please sign in to comment.