Skip to content
#

nginx-configuration

Here are 233 public repositories matching this topic...

patsevanton
patsevanton commented May 16, 2017

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

NGINX Accelerated! This is a Docker image creates a high performance, optimized image for NGINX for use with Redis and PHP-FMP. Deliver sites and applications with performance, reliability, security, and scale. This NGINX server offers advanced performance, web and mobile acceleration, security controls, application monitoring, and management.

  • Updated Apr 16, 2020
  • PHP
Mohammed90
Mohammed90 commented May 6, 2020

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

Improve this page

Add a description, image, and links to the nginx-configuration topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more

You can’t perform that action at this time.