1
0
Fork 0
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:
Sebastian Gumprich 2020-05-09 22:25:16 +02:00
parent d8ae4e93a8
commit c53b7cf836

View file

@ -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;
} }