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:
parent
4037139ac8
commit
7062aa7cff
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue