Questions related to nginx location directive should use this tag.
I have redesigned a website and changed the url formats too. Now i need to change the old url to …
nginx url-rewriting nginx-locationI have really simple nginx configuration with 3 locations inside. Each of them have it's own root directory + I should be …
nginx nginx-locationI am trying to configure NGINX server on Linux which downloads any files from the directory. But the problem I …
linux nginx centos nginx-location winginxNginx regex location syntaxe Regex expressions can be used with Nginx location block section, this is implemented with the PCRE …
regex nginx regex-group nginx-location nginx-configI would like to configure the Nginx web-server in such a way that: Requests to the /index.php URI should …
nginx yii2 nginx-locationI'm currently working on a JS Project, that uses the url path. Now if I go on my website with …
nginx nginx-location nginx-reverse-proxyWhen I request a link http://abc.example.com/images/default-thumbnail.jpg a 404 error occurs while seeing the log file …
nginx nginx-locationI'm trying to configure nginx to serve 2 different php scripts from 2 different location. The configuration is as follows. I have …
php nginx nginx-locationI would like to create a location which catches both http://example.com and http://example.com/ and another location …
nginx nginx-locationI have a RESTful web service which exposes an interface such as : GET /api/v1/films/:id/thumb PUT /api/…
rest nginx asp.net-web-api nginx-location nginx-reverse-proxy