fix path
This commit is contained in:
parent
19d9d2c7cd
commit
02fa61b645
|
@ -32,7 +32,7 @@ http {
|
||||||
|
|
||||||
location / {
|
location / {
|
||||||
root /var/www/html;
|
root /var/www/html;
|
||||||
try_files $uri $uri/ index.html;
|
try_files $uri $uri/ /;
|
||||||
}
|
}
|
||||||
|
|
||||||
location ~ ^/\. {
|
location ~ ^/\. {
|
||||||
|
|
Loading…
Reference in New Issue