panique / mini3

Just an extremely simple naked PHP application, useful for small projects and quick prototypes.
274 stars 100 forks source link

Get better URLs in nginx #24

Closed omBratteng closed 7 years ago

omBratteng commented 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&param=true

panique commented 7 years ago

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 :)