mirror of
https://github.com/bitnami/containers.git
synced 2026-03-21 23:38:32 +08:00
37 lines
827 B
YAML
37 lines
827 B
YAML
binaries:
|
|
- openresty
|
|
directories:
|
|
- mode: "0775"
|
|
paths:
|
|
- /bitnami/openresty
|
|
- /opt/bitnami/openresty/nginx/conf
|
|
- /opt/bitnami/openresty/nginx/conf/nginx/server_blocks
|
|
- /opt/bitnami/openresty/nginx/conf/bitnami
|
|
- /opt/bitnami/openresty/nginx/conf/bitnami/certs
|
|
- /opt/bitnami/openresty/nginx/logs
|
|
- /opt/bitnami/openresty/nginx/tmp
|
|
- /opt/bitnami/openresty/site
|
|
- /docker-entrypoint-initdb.d
|
|
- /home/openresty
|
|
root_dir: /opt/bitnami
|
|
config_opts:
|
|
- pcre-jit
|
|
- compat
|
|
modules:
|
|
added:
|
|
- http-dav
|
|
enabled:
|
|
- http_stub_status
|
|
- http_gzip_static
|
|
- http_realip
|
|
- http_stub_status
|
|
- http_v2
|
|
- http_ssl
|
|
- mail_ssl
|
|
- http_gunzip
|
|
- http_auth_request
|
|
- http_sub
|
|
- http_geoip
|
|
- stream_realip
|
|
- stream_ssl
|