This commit is contained in:
zino
2023-12-09 18:58:45 +01:00
parent 30b730dc65
commit e2f59e4715

View File

@@ -33,8 +33,7 @@ server {
proxy_pass http://$upstream; proxy_pass http://$upstream;
} }
location = /install { location /install {
root ./install;
autoindex on; autoindex on;
} }
} }