From c53b7cf836afcf5f187cd7af3d3861a7a6632d4a Mon Sep 17 00:00:00 2001 From: Sebastian Gumprich Date: Sat, 9 May 2020 22:25:16 +0200 Subject: [PATCH] fix wrong location in nginx --- conf/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 7f97f6a..4d8d73f 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -27,6 +27,6 @@ location __PATH__/ { include conf.d/yunohost_panel.conf.inc; } -location @invoiceninja { +location @__PATH__ { rewrite ^(.+)$ /index.php?/$1 last; }