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

Merge pull request #1 from Thomas830/Thomas830-patch-1

Update nginx.conf
This commit is contained in:
Thomas830 2016-12-05 22:24:37 +01:00 committed by GitHub
commit 22054b0936

View file

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