We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 479ee5e commit 9074cf2Copy full SHA for 9074cf2
root/etc/cont-init.d/50-config
@@ -82,9 +82,9 @@ cp /config/fail2ban/jail.local /etc/fail2ban/jail.local
82
cp /defaults/502.html /config/www/502.html
83
84
# remove lua bits from nginx.conf if not done before
85
-if ! grep -q '#Removed lua' nginx.conf; then
+if ! grep -q '#Removed lua' /config/nginx/nginx.conf; then
86
echo "Removing lua specific info from nginx.conf"
87
- sed -i 's|\tlua_load_resty_core off;|\t#Removed lua. Do not remove this comment|g' nginx.conf
+ sed -i 's|\tlua_load_resty_core off;|\t#Removed lua. Do not remove this comment|g' /config/nginx/nginx.conf
88
fi
89
90
# copy pre-generated dhparams or generate if needed
0 commit comments