1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wallabag2_ynh.git synced 2024-10-01 13:35:06 +02:00

Update nginx.conf

This commit is contained in:
Thomas830 2016-12-05 22:23:33 +01:00 committed by GitHub
parent 16340deabe
commit 772e737c8f

View file

@ -28,5 +28,5 @@ location {LOCATION} {
}
location @wallbag2 {
rewrite ^ {PATH}/app.php$is_args$args;
rewrite ^ {PATH}/app.php?is_args$args;
}