mirror of
https://github.com/TrezOne/docker-mods-uptime-kuma-timeout-fix.git
synced 2026-07-17 16:35:47 -04:00
Make message more explicit
This commit is contained in:
@@ -63,14 +63,14 @@ if ! grep -q '[^#]include /etc/nginx/http.d/\*.conf;' '/config/nginx/nginx.conf'
|
|||||||
else
|
else
|
||||||
# Warn about missing http.d include
|
# Warn about missing http.d include
|
||||||
echo "
|
echo "
|
||||||
***************************************************************
|
********************************************************************
|
||||||
* Warning: Your nginx.conf is missing required settings *
|
* Warning: Your nginx.conf is missing required settings *
|
||||||
* Please add: *
|
* Please add: *
|
||||||
* include /etc/nginx/http.d/*.conf; *
|
* include /etc/nginx/http.d/*.conf; *
|
||||||
* to the http{} block and restart the container. *
|
* to the http{} block and restart the container. *
|
||||||
* *
|
* *
|
||||||
* The bouncer will not function until this is done. *
|
* The CrowdSec bouncer will not function until this is done. *
|
||||||
***************************************************************"
|
********************************************************************"
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user