mirror of
https://github.com/YunoHost-Apps/invoiceninja5_ynh.git
synced 2024-09-03 19:26:23 +02:00
Update nginx.conf
This commit is contained in:
parent
d32636f375
commit
9a4afab203
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ location ^~ __PATH__/ {
|
|||
more_set_headers "X-Permitted-Cross-Domain-Policies: none";
|
||||
more_set_headers "Referrer-Policy: no-referrer";
|
||||
|
||||
#index index.php;
|
||||
index index.php;
|
||||
|
||||
location ~ ^__PATH__/index\.php(/.*|)$ {
|
||||
fastcgi_split_path_info ^(.+?\.php)(/.*|)$;
|
||||
|
|
Loading…
Reference in a new issue