From 66711ff026d0f61cc6ba4f2ccee77a896bce32bd Mon Sep 17 00:00:00 2001 From: Richard Bateman Date: Fri, 14 Aug 2015 12:19:53 -0600 Subject: [PATCH] Add warning about consequences of incorrectly using proxy_config.conf --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index c975129..4c49729 100644 --- a/README.md +++ b/README.md @@ -160,6 +160,8 @@ proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $proxy_x_forwarded_proto; ``` +***NOTE***: If you provide this file it will replace the defaults; you may want to check the .tmpl file to make sure you have all of the needed options. + #### Proxy-wide To add settings on a proxy-wide basis, add your configuration file under `/etc/nginx/conf.d` using a name ending in `.conf`.