initial commit
This commit is contained in:
13
doc/examples/j2cfg-override/Dockerfile
Normal file
13
doc/examples/j2cfg-override/Dockerfile
Normal file
@@ -0,0 +1,13 @@
|
||||
FROM docker.io/rockdrilla/angie-conv:v0.0.1
|
||||
|
||||
COPY /j2cfg/ /etc/angie/j2cfg/
|
||||
COPY /site/ /etc/angie/site/
|
||||
COPY /static/ /etc/angie/static/
|
||||
|
||||
ENV NGX_HTTP_CONFLOAD='gzip'
|
||||
|
||||
## same as above (adjusted to above variant by entrypoint):
|
||||
## ENV NGX_HTTP_MODULES='gzip'
|
||||
|
||||
## enable support for brotli and zstd:
|
||||
## ENV NGX_HTTP_MODULES='gzip brotli zstd'
|
Reference in New Issue
Block a user