no https in docker backend

Signed-off-by: Basil Bruhn <basil.bruhn@psi.ch>
This commit is contained in:
2026-01-16 12:59:02 +01:00
parent 32be22f0f0
commit a6c618f841
+1 -1
View File
@@ -14,7 +14,7 @@ server {
location / {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
proxy_pass https://summer-project-selection:5000;
proxy_pass http://summer-project-selection:5000;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;