Skip to content

Commit

Permalink
Remove wrongly typed space.
Browse files Browse the repository at this point in the history
  • Loading branch information
nickygerritsen committed Sep 27, 2022
1 parent 082ff02 commit 125f924
Showing 1 changed file with 1 addition and 1 deletion.
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

0 comments on commit 125f924

Please sign in to comment.