diff --git a/conf.d/summer-project-selection.conf b/conf.d/summer-project-selection.conf index b376256..326ef19 100644 --- a/conf.d/summer-project-selection.conf +++ b/conf.d/summer-project-selection.conf @@ -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;