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