1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/headphones_ynh.git synced 2024-09-03 19:26:02 +02:00
This commit is contained in:
Snipees 2015-09-05 17:55:52 +02:00
parent df7c4a3536
commit cdd290b810

View file

@ -1,7 +1,7 @@
location PATHTOCHANGE {
proxy_http_version 1.1;
proxy_pass_header Server;
proxy_pass http://IPTOCHANGE:PORTTOCHANGEPATHTOCHANGE;
proxy_pass HOSTTOCHANGE;
proxy_redirect off;
proxy_set_header Host $http_host;
proxy_set_header X-Real-IP $remote_addr;