WIP need to add README

This commit is contained in:
Lieuwe Leene 2022-11-20 17:35:57 +01:00
parent 3c2af70341
commit 1ab05a05d3
2 changed files with 8 additions and 0 deletions

2
README.md Normal file
View File

@ -0,0 +1,2 @@

View 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;