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