-
Updated
May 20, 2020 - Shell
nginx-configuration
Here are 233 public repositories matching this topic...
-
Updated
Jun 2, 2020
-
Updated
May 7, 2020 - Lua
-
Updated
Jul 25, 2019
-
Updated
Mar 18, 2018
-
Updated
Apr 13, 2020 - Python
May be add 4 space after proxy_set_header for improve readability?
Before
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-Host $host;
proxy_set_header X-Forwarded-Server $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Real-IP $remote_addr;
After
proxy_set_he
-
Updated
Jun 2, 2020 - PHP
-
Updated
Apr 16, 2020 - PHP
-
Updated
Jan 18, 2019 - Shell
-
Updated
Apr 18, 2020 - JavaScript
-
Updated
Nov 7, 2019 - Shell
Currently (commit 00eef4cfb164fc91d97ae620bcc7581663ad5854 at the time of this writing), the adapter doesn't completely handle include
directive. There's primitive support for the directive, which is why it is not documented as supported. Big part of the reason is due to difficulty in resolution of the absolute path of the file to be included. The resolution problem should be easy to solve now u
-
Updated
Mar 5, 2020 - Shell
-
Updated
May 29, 2020
-
Updated
Apr 25, 2020 - PHP
It would be nice for the popup to also show the URL to the nginx docs site. So we can click the link and read the documentation.
e.g. popup for location
will show a link to the appropriate documentation.
-
Updated
Apr 20, 2017 - Nginx
-
Updated
Apr 24, 2020 - Go
-
Updated
Aug 8, 2019
-
Updated
Mar 25, 2016
-
Updated
Jan 1, 2019
-
Updated
May 29, 2015 - Shell
-
Updated
Apr 7, 2020 - Shell
-
Updated
May 23, 2019 - HTML
-
Updated
Apr 22, 2017
Improve this page
Add a description, image, and links to the nginx-configuration topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the nginx-configuration topic, visit your repo's landing page and select "manage topics."
The Wordpress configuration includes the wordpress.conf file after the location rule is matched for handling .php files.
See this portion of example.com.conf:
Wh