mirror of
https://github.com/StepanovPlaton/AboutMe.git
synced 2026-04-03 12:20:48 +04:00
Fix nginx conf
This commit is contained in:
@@ -8,8 +8,9 @@ server {
|
||||
return 301 $1/;
|
||||
}
|
||||
|
||||
# Main location
|
||||
location / {
|
||||
try_files $uri $uri/ $uri.html /index.html;
|
||||
try_files $uri $uri/ $uri.html;
|
||||
}
|
||||
|
||||
error_page 404 /404.html;
|
||||
|
||||
Reference in New Issue
Block a user