Compare commits

...

2 commits

Author SHA1 Message Date
f 7fa87d8e64
feat: upgrade average intensity
Some checks failed
ci/woodpecker/push/woodpecker/1 Pipeline failed
ci/woodpecker/push/woodpecker/2 Pipeline failed
ci/woodpecker/push/woodpecker/3 Pipeline failed
2024-03-21 14:47:56 -03:00
f 399208b01e
feat: naxsi 2024-03-21 11:46:46 -03:00
2 changed files with 6 additions and 6 deletions

View file

@ -21,11 +21,11 @@ steps:
matrix:
include:
- ALPINE_VERSION: "3.19.1"
ACCESS_LOG_VERSION: "0.5.7"
ACCESS_LOG_VERSION: "0.5.8"
NGINX_VERSION: "1.24.0-r15"
- ALPINE_VERSION: "3.18.4"
ACCESS_LOG_VERSION: "0.5.5"
- ALPINE_VERSION: "3.18.5"
ACCESS_LOG_VERSION: "0.5.8"
NGINX_VERSION: "1.24.0-r7"
- ALPINE_VERSION: "3.17.5"
ACCESS_LOG_VERSION: "0.5.5"
- ALPINE_VERSION: "3.17.6"
ACCESS_LOG_VERSION: "0.5.8"
NGINX_VERSION: "1.22.1-r1"

View file

@ -24,7 +24,7 @@ COPY --chown=nginx:nginx ./nginx /etc/nginx
COPY ./access_log.sqlite3 /var/lib/access_log.sqlite3
# Install modules after rewriting /etc/nginx
RUN apk add --no-cache nginx-mod-http-brotli nginx-mod-http-geoip2
RUN apk add --no-cache nginx-mod-http-brotli nginx-mod-http-geoip2 nginx-mod-http-naxsi
# Add support for request_uri parsing if access_log >= 0.3.0
RUN mv /etc/nginx/access_logd_`access_log -v`.conf /etc/nginx/access_logd.conf