How do I handle a request for "index.php/somepath" in Nginx config?
- by Arne
I'm currently attempting to serve Icinga from nginx.
The new Icinga-Web ui attempts to load a file from URL http://SERVER/icinga-web/index.php/appkit/squishloader/javascript
(leading to a 404). How do I setup a location for this scenario?
How do I get nginx to serve index.php and pass the full request path in a way Icinga understands?
This is my…