1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ihatemoney_ynh.git synced 2024-09-03 19:26:15 +02:00

Fix http path

Thanks to Maniack C.
This commit is contained in:
Jocelyn Delalande 2017-06-17 12:59:40 +02:00
parent 9b7d0e7ac2
commit 231bb6e47b

View file

@ -1,7 +1,7 @@
location PATHTOCHANGE/static/ {
alias /opt/yunohost/ihatemoney/src/budget/static/;
}
location PATHTOCHANGE/ {
location PATHTOCHANGE {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Host $http_host;
proxy_redirect off;