local env fixes

This commit is contained in:
2026-04-04 15:34:55 +02:00
parent 0dcfc5a677
commit c45fc77150
4 changed files with 21 additions and 4 deletions
+1 -1
View File
@@ -47,7 +47,7 @@ http {
#access_log /var/log/nginx/host.access.log main;
location / {
proxy_pass https://frontend;
proxy_pass http://frontend;
}
# redirect server error pages to the static page /50x.html