mirror of
https://github.com/linuxserver/docker-mods.git
synced 2026-03-23 00:05:28 +08:00
Make message more explicit
This commit is contained in:
parent
62ec56d717
commit
6d58f64dc4
@ -63,14 +63,14 @@ if ! grep -q '[^#]include /etc/nginx/http.d/\*.conf;' '/config/nginx/nginx.conf'
|
||||
else
|
||||
# Warn about missing http.d include
|
||||
echo "
|
||||
***************************************************************
|
||||
* Warning: Your nginx.conf is missing required settings *
|
||||
* Please add: *
|
||||
* include /etc/nginx/http.d/*.conf; *
|
||||
* to the http{} block and restart the container. *
|
||||
* *
|
||||
* The bouncer will not function until this is done. *
|
||||
***************************************************************"
|
||||
********************************************************************
|
||||
* Warning: Your nginx.conf is missing required settings *
|
||||
* Please add: *
|
||||
* include /etc/nginx/http.d/*.conf; *
|
||||
* to the http{} block and restart the container. *
|
||||
* *
|
||||
* The CrowdSec bouncer will not function until this is done. *
|
||||
********************************************************************"
|
||||
fi
|
||||
fi
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user