Skip to content

Commit 588ae98

Browse files
authored
Remove commented Host header in nginx config
1 parent 5e56bb7 commit 588ae98

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

nginx.conf.template

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ http {
5454
proxy_connect_timeout 1h;
5555
proxy_read_timeout 1h;
5656
proxy_send_timeout 1h;
57-
# proxy_set_header Host $host;
5857
proxy_set_header X-Real-IP $remote_addr;
5958
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
6059
proxy_set_header X-Forwarded-Proto $scheme;

0 commit comments

Comments
 (0)