Docker Nginx Proxy

Docker Nginx Proxy

Docker Nginx Proxy allow you to run multiple docker containers on same server behind nginx proxy. This is done using

Nginx Web Server

Nginx Disable Access log

On a high traffic web site, i want to disable access log as we are hitting I/O Limit. Since we

Enable Directory Listing in Nginx

Enable Directory Listing in Nginx

To enable directory listing in Nginx, add following to server configuration. Example If you need it for a specific folder,

Nginx 413 Request Entity Too Large

Nginx 413 Request Entity Too Large

On Nginx server, when uploading large file, i get error On nginx error log To fix, edit nginx config for

Nginx CloudFlare restore real ip

Nginx CloudFlare restore real ip

When using Nginx Behind Cloudflare, logs and web applications show cloudflare sever IP instead of visitor IP. To fix this,

Disable Access to a folder in Nginx

Disable Access to a folder in Nginx

To disable access to folder /admin in Nginx, add following to server block of your web site. To disable access

Nginx Proxy SSL Verification

Nginx Proxy SSL Verification

When using Nginx as a reverse proxy, you may need to handle SSL verification requests. Passing this request to the

Nginx wildcard virtualhost

Nginx wildcard virtualhost

wildcard virtual host allow you to host multiple web sites with one configuration file. Here is what i use for

Moving from Apache PHP 5 to Nginx PHP 7

Today i moved a high traffic WordPress web using from Apache + PHP 5 to Nginx + PHP 7.2. Here

Nginx configuration for aMember

Nginx configuration for aMember

Here is Nginx configuration for aMember script See Nginx

Nginx

Nginx

Nginx is a powerful open source web server that is known for its high performance, stability, and flexibility. It is

Nginx Curl SSL error

Nginx Curl SSL error

After installing SSL on Nginx server, it worked on browser, but when i try access using curl command, i get