This commit is contained in:
b1ek 2023-05-17 07:09:27 +10:00
parent 19d9d2c7cd
commit 02fa61b645
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 1 additions and 1 deletions

View File

@ -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 ~ ^/\. {