WIP: progress build

This commit is contained in:
2022-11-13 09:29:11 +01:00
parent dde53d3452
commit d75cbb6fdb
5 changed files with 47 additions and 5 deletions

View File

@ -0,0 +1,9 @@
location / {
proxy_pass git.zathura.leene.dev;
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;
}