From 734d72ad8c4e0ce32e1fb656dd83f0cf9fa89c65 Mon Sep 17 00:00:00 2001 From: Mcat12 Date: Fri, 12 Oct 2018 23:08:53 -0400 Subject: [PATCH] Add unsupported warning to nginx and caddy configs Signed-off-by: Mcat12 --- docs/guides/caddy-configuration.md | 1 + docs/guides/nginx-configuration.md | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/guides/caddy-configuration.md b/docs/guides/caddy-configuration.md index ee997e2..6959420 100644 --- a/docs/guides/caddy-configuration.md +++ b/docs/guides/caddy-configuration.md @@ -1,3 +1,4 @@ +**This is an unsupported configuration created by the community** If you'd like to use Caddy as your main web server with Pi-hole, you'll need to make a few changes. diff --git a/docs/guides/nginx-configuration.md b/docs/guides/nginx-configuration.md index 92821c6..d865a36 100644 --- a/docs/guides/nginx-configuration.md +++ b/docs/guides/nginx-configuration.md @@ -1,4 +1,5 @@ ### Notes & Warnings +- **This is an unsupported configuration created by the community** - If you're using php5, change all instances of `php7.0-fpm` to `php5-fpm` and change `/run/php/php7.0-fpm.sock` to `/var/run/php5-fpm.sock` ### Basic requirements