Merge pull request #66 from pi-hole/tweak/web-config-unsupported-warning

Add unsupported warning to nginx and caddy configs
This commit is contained in:
DL6ER
2018-10-13 10:05:55 +02:00
committed by GitHub
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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.
+1
View File
@@ -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