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:
parent
b0201733ed
commit
3d15eadcca
1 changed files with 1 additions and 1 deletions
|
@ -22,5 +22,5 @@ location / {
|
||||||
}
|
}
|
||||||
|
|
||||||
location @__NAME__ {
|
location @__NAME__ {
|
||||||
rewrite /(.*)$ __PATH__/index.php?/$1 last;
|
rewrite /(.*)$ /index.php?title=$1&$args;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue