mirror of
https://github.com/lleene/dockerconfig.git
synced 2025-07-22 16:28:31 +02:00
WIP need to add README
This commit is contained in:
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;
|
Reference in New Issue
Block a user