This commit is contained in:
Tim Schubert 2021-01-02 19:05:49 +01:00
parent 9ab3ac5ed5
commit c3714e34c9
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -24,7 +24,6 @@ in
locations."/".extraConfig = '' locations."/".extraConfig = ''
proxy_pass http://10.3.3.3:3000/; proxy_pass http://10.3.3.3:3000/;
proxy_redirect http://10.3.3.3:3000 https://hydra.dadada.li/;
proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header X-Forwarded-Proto $scheme;