1
0
Fork 0
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:
ericgaspar 2021-07-26 11:19:10 +02:00
parent d32636f375
commit 9a4afab203
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -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)(/.*|)$;