fix: ngx config
This commit is contained in:
@@ -4,7 +4,7 @@ server {
|
||||
root /var/www/localhost/htdocs;
|
||||
# Everything is a 404
|
||||
location / {
|
||||
try_files $uri$args $uri$args/ $uri/ /index.html =404;
|
||||
try_files / /index.html =404;
|
||||
}
|
||||
|
||||
# You may need this to prevent return 404 recursion.
|
||||
|
||||
Reference in New Issue
Block a user