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

Update nginx.conf

This commit is contained in:
ericgaspar 2022-03-25 23:02:16 +01:00
parent b0201733ed
commit 3d15eadcca

View file

@ -22,5 +22,5 @@ location / {
} }
location @__NAME__ { location @__NAME__ {
rewrite /(.*)$ __PATH__/index.php?/$1 last; rewrite /(.*)$ /index.php?title=$1&$args;
} }