URLs fix
This commit is contained in:
@@ -7,7 +7,7 @@ server {
|
||||
|
||||
# Serve clean URLs by trying $uri, then $uri.html
|
||||
location / {
|
||||
try_files $uri $uri.html $uri/ =404;
|
||||
try_files $uri $uri.html $uri/ /index.html;
|
||||
}
|
||||
|
||||
# Cache static assets
|
||||
|
||||
Reference in New Issue
Block a user