role_podman_nextcloud/files/nginx/Dockerfile
2025-12-07 18:28:00 -05:00

4 lines
292 B
Docker

FROM nginx:latest
RUN sed -i 's/\#gzip.*on;/server_tokens\toff;\n # Set the `immutable` cache control options only for assets with a cache busting `v` argument\n map $arg_v $asset_immutable {\n "" "";\n default ", immutable";\n\n }\n #gzip\ton;/' /etc/nginx/nginx.conf