1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/backdrop_ynh.git synced 2024-09-03 20:36:14 +02:00

Update nginx.conf

This commit is contained in:
ericgaspar 2020-10-18 14:15:21 +02:00
parent 4159990552
commit 3c4137773b
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -10,6 +10,9 @@ location __PATH__/ {
}
index index.php;
if (!-e $request_filename) {
rewrite ^__PATH__/(.+)$ __PATH__/index.php?q=$1 last;
}
try_files $uri $uri/ index.php;
location ~ [^/]\.php(/|$) {