Skip to content

Commit 419df13

Browse files
committed
Create proxy_params
1 parent c3582b0 commit 419df13

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

proxy_params

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
proxy_set_header Host $http_host;
2+
proxy_set_header X-Real-IP $remote_addr;
3+
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
4+
proxy_set_header X-Forwarded-Proto $scheme;

0 commit comments

Comments
 (0)