This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # To be use with https://hub.docker.com/_/nginx or https://hub.docker.com/r/nginxinc/nginx-unprivileged | |
| # COPY this file to /etc/nginx/templates/default.conf.template | |
| # For env var substitution, see "Using environment variables in nginx configuration" at https://hub.docker.com/_/nginx | |
| # Example values: | |
| # environment: | |
| # - CACHE_FILES_PATH=/mnt/cache | |
| # - CACHE_FILES_MAX_SIZE=1g | |
| # - CACHE_MEMORY_SIZE=10m | |
| # - CACHE_VALID_TIME=1m |