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

Fixed path of static media

This commit is contained in:
Jocelyn Delande 2015-05-01 23:23:44 +02:00
parent 4037139ac8
commit 7062aa7cff

View file

@ -1,5 +1,5 @@
location PATHTOCHANGE/static/ {
alias /path/to/app/budget/static/;
alias /opt/yunohost/ihatemoney/src/budget/static/;
}
location PATHTOCHANGE/ {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;