Skip to content

Commit 88efb42

Browse files
🚧 test
1 parent 8f53cbe commit 88efb42

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

nginx.conf

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ http {
3939
proxy_set_header Host $host;
4040
proxy_set_header X-Real-IP $remote_addr;
4141
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
42-
proxy_set_header X-Forwarded-Proto $proxy_x_forwarded_proto;
42+
proxy_set_header X-Forwarded-Proto https;
43+
proxy_set_header Connection "Upgrade";
4344
}
4445
}
4546
}

0 commit comments

Comments
 (0)