From a0b056ae2910d8090fb4b562c86be49f95df3471 Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Sat, 23 Aug 2014 12:29:23 +0000 Subject: [PATCH] put a sterner warning in nginx local.conf about not modifying it --- conf/nginx-top.conf | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/conf/nginx-top.conf b/conf/nginx-top.conf index 12aed60b..6be9b414 100644 --- a/conf/nginx-top.conf +++ b/conf/nginx-top.conf @@ -1,6 +1,10 @@ ## NOTE: This file is automatically generated by Mail-in-a-Box. -## Do not edit this file. It will be replaced each time -## Mail-in-a-Box needs to update the web configuration. +## Do not edit this file. It is continually updated by +## Mail-in-a-Box and your changes will be lost. +## +## Mail-in-a-Box machines are not meant to be modified. +## If you modify any system configuration you are on +## your own --- please do not ask for help from us. upstream php-fpm { server unix:/var/run/php5-fpm.sock;