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:
parent
9b7d0e7ac2
commit
231bb6e47b
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue