Skip to content

Commit

Permalink
Potential fix for NginxProxyManager#2804
Browse files Browse the repository at this point in the history
  • Loading branch information
thor0215 authored Apr 4, 2023
1 parent 67208e4 commit 4d9c0c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/rootfs/etc/nginx/conf.d/include/proxy.conf
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ proxy_set_header Host $host;
proxy_set_header X-Forwarded-Scheme $scheme;
proxy_set_header X-Forwarded-Proto $scheme;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Host $http_host;
proxy_set_header X-Real-IP $remote_addr;
proxy_pass $forward_scheme://$server:$port$request_uri;

0 comments on commit 4d9c0c9

Please sign in to comment.