custom http/server confs and better modsec customization

This commit is contained in:
bunkerity
2020-04-03 11:50:54 +02:00
parent 43403f69ee
commit 716e54e597
48 changed files with 2250 additions and 1522 deletions

View File

@@ -15,7 +15,7 @@ RUN apk --no-cache add php7-fpm certbot libstdc++ libmaxminddb geoip pcre yajl &
mkdir /www && \
adduser -h /dev/null -g '' -s /sbin/nologin -D -H nginx
VOLUME /www /confs
VOLUME /www /http-confs /server-confs /modsec-confs /modsec-crs-confs
EXPOSE 80/tcp 443/tcp