1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/wallabag2_ynh.git synced 2024-10-01 13:35:06 +02:00
This commit is contained in:
Thomas830 2017-03-04 17:48:58 +00:00 committed by GitHub
commit c08f56f43b

View file

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