Fix nginx config

json_api
dsc 3 years ago
parent 9c2d2b365f
commit 476314fe38

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

Loading…
Cancel
Save