Skip to content

Commit 125f924

Browse files
committedSep 27, 2022
Remove wrongly typed space.
1 parent 082ff02 commit 125f924

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎provision-contest/ansible/roles/domserver/templates/nginx-domjudge.conf.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ server {
6767
location / {
6868
proxy_pass https://domjudge-loadbalanced;
6969
proxy_http_version 1.1;
70-
proxy_set_header Connection "";
70+
proxy_set_header Connection "";
7171
proxy_set_header X-Forwarded-Proto $scheme;
7272
proxy_set_header Host $http_host;
7373
proxy_set_header X-Real-IP $remote_addr;

0 commit comments

Comments
 (0)
Please sign in to comment.