Closed omBratteng closed 7 years ago
Fixed nginx config, so you can now have URLs like /a/deep/path?param=true Otherwise, to achieve the same result, you'd end up with URLs like /a/deep/path¶m=true
/a/deep/path?param=true
/a/deep/path¶m=true
Thanks, this looks really good! Please allow some time for proper testing, I'll merge it after this fix gets a little bit more feedback :)
Fixed nginx config, so you can now have URLs like
/a/deep/path?param=true
Otherwise, to achieve the same result, you'd end up with URLs like/a/deep/path¶m=true