chore: update nginx docker compose
This commit is contained in:
@@ -36,8 +36,8 @@ COPY --from=builder /build/dist /usr/share/nginx/html
|
||||
# Logs ModSecurity
|
||||
RUN mkdir -p /var/log/modsec && chown -R nginx:nginx /var/log/modsec
|
||||
|
||||
COPY docker/docker/frontend/nginx.conf /etc/nginx/conf.d/app.conf
|
||||
COPY docker/docker/frontend/custom-rules.conf /etc/nginx/modsec/custom-rules.conf
|
||||
COPY docker/frontend/nginx.conf /etc/nginx/conf.d/app.conf
|
||||
COPY docker/frontend/custom-rules.conf /etc/nginx/modsec/custom-rules.conf
|
||||
RUN echo "Include /etc/nginx/modsec/custom-rules.conf" > /etc/nginx/modsec/custom-includes.conf
|
||||
|
||||
RUN rm -f /etc/nginx/templates/conf.d/default.conf.template || true
|
||||
|
||||
Reference in New Issue
Block a user