diff --git a/entrypoint.sh b/entrypoint.sh index 4e85b06d1..bacec95f3 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -46,7 +46,6 @@ function spaces_to_lua() { # copy stub confs cp /opt/confs/*.conf /etc/nginx -cp -r /opt/confs/owasp-crs /etc/nginx cp /opt/logs/rsyslog.conf /etc/rsyslog.conf cp /opt/logs/logrotate.conf /etc/logrotate.conf cp -r /opt/lua/* /usr/local/lib/lua diff --git a/scripts/logrotate.conf b/scripts/logrotate.sh similarity index 100% rename from scripts/logrotate.conf rename to scripts/logrotate.sh