mirror of
https://github.com/YunoHost-Apps/invoiceninja_ynh.git
synced 2024-09-03 19:26:22 +02:00
fix wrong location in nginx
This commit is contained in:
parent
d8ae4e93a8
commit
c53b7cf836
1 changed files with 1 additions and 1 deletions
|
@ -27,6 +27,6 @@ location __PATH__/ {
|
||||||
include conf.d/yunohost_panel.conf.inc;
|
include conf.d/yunohost_panel.conf.inc;
|
||||||
}
|
}
|
||||||
|
|
||||||
location @invoiceninja {
|
location @__PATH__ {
|
||||||
rewrite ^(.+)$ /index.php?/$1 last;
|
rewrite ^(.+)$ /index.php?/$1 last;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue