Fix nginx config

This commit is contained in:
dsc 2021-06-17 04:01:23 +02:00
parent 9c2d2b365f
commit 476314fe38
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ server {
autoindex on;
}
location ~ ^/$ {
location / {
root /var/www/html/;
proxy_pass http://{{ host }}:{{ port }};
proxy_redirect off;