Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Remove wrongly typed space.
  • Loading branch information
nickygerritsen committed Sep 27, 2022
commit 125f9240be197c74a506fdfe62c94326c1fa1251
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ server {
location / {
proxy_pass https://domjudge-loadbalanced;
proxy_http_version 1.1;
proxy_set_header Connection "";
proxy_set_header Connection "";
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
Expand Down