]> git.openstreetmap.org Git - nominatim.git/commit
allow nginx to serve files without php extensions
authorGanesh Krishnan <github@alphasigma.com.au>
Wed, 29 Aug 2018 16:59:29 +0000 (12:59 -0400)
committerGitHub <noreply@github.com>
Wed, 29 Aug 2018 16:59:29 +0000 (12:59 -0400)
commit043f9d8298d911c2bc9839a4a4f7ebb22e893783
tree6f4f7092a5255c41ecc83ed19237929c391ebbce
parent627a487fcfd325f8a340f10298a961d15d2760b6
allow nginx to serve files without php extensions

The apache config allows api calls without extension for eg /search?q=query string.
This does not work on nginx and we need to enable this via this patch
docs/admin/Installation.md