1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/galette_ynh.git synced 2024-09-03 18:36:28 +02:00

Update nginx.conf

This commit is contained in:
ericgaspar 2021-07-22 18:17:28 +02:00
parent e574af7ae0
commit dfb8d8a50e
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -35,5 +35,5 @@ location __PATH__/ {
# }
location @__APP__ {
rewrite __PATH__/(.*)$ __PATH__/index.php?/$1 last;
rewrite ^(.*)$ __PATH__/index.php last;
}