Fixes so services page comes up (hopefully)
This commit is contained in:
@@ -103,9 +103,9 @@ http {
|
||||
access_log off;
|
||||
}
|
||||
|
||||
# Default location
|
||||
# Default location: try $uri.html so /services serves services.html, /services/foo serves services/foo.html
|
||||
location / {
|
||||
try_files $uri $uri/ /index.html;
|
||||
try_files $uri $uri.html $uri/ /index.html;
|
||||
}
|
||||
|
||||
# 410 Gone: permanently removed URLs (tells crawlers to deindex)
|
||||
|
||||
Reference in New Issue
Block a user