We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 082ff02 commit 125f924Copy full SHA for 125f924
provision-contest/ansible/roles/domserver/templates/nginx-domjudge.conf.j2
@@ -67,7 +67,7 @@ server {
67
location / {
68
proxy_pass https://domjudge-loadbalanced;
69
proxy_http_version 1.1;
70
- proxy_set_header Connection "";
+ proxy_set_header Connection "";
71
proxy_set_header X-Forwarded-Proto $scheme;
72
proxy_set_header Host $http_host;
73
proxy_set_header X-Real-IP $remote_addr;
0 commit comments