This commit is contained in:
parent
25c22acd73
commit
d8ea6c6845
@ -83,7 +83,7 @@ http {
|
|||||||
location / {
|
location / {
|
||||||
index index.html;
|
index index.html;
|
||||||
root /var/www/html;
|
root /var/www/html;
|
||||||
try_files $uri $uri/;
|
try_files $uri $uri/ =404;
|
||||||
absolute_redirect off;
|
absolute_redirect off;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user