mirror of
https://github.com/lleene/dockerconfig.git
synced 2025-04-16 13:13:20 +02:00
WIP need to add README
This commit is contained in:
parent
3c2af70341
commit
1ab05a05d3
6
config/nginx/gitea_location
Normal file
6
config/nginx/gitea_location
Normal file
@ -0,0 +1,6 @@
|
||||
|
||||
proxy_redirect off;
|
||||
proxy_set_header Host $http_host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
Loading…
x
Reference in New Issue
Block a user