Skip to content

Commit e5ce0fb

Browse files
author
Alberto Eusebi
committed
Remove redundant settings
They should exist in proxy.conf. Ref: [pullrequestreview-2863663445](#764 (review))
1 parent 4281640 commit e5ce0fb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

redmine.subdomain.conf.sample

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ server {
2323
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
2424

2525
proxy_set_header Host $http_host;
26-
proxy_set_header X-Real-IP $remote_addr;
27-
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
28-
proxy_set_header X-Forwarded-Proto $scheme;
2926
client_max_body_size 10m;
3027
}
3128
}

0 commit comments

Comments
 (0)