initial commit
This commit is contained in:
15
doc/examples/ssl/Dockerfile
Normal file
15
doc/examples/ssl/Dockerfile
Normal file
@@ -0,0 +1,15 @@
|
||||
FROM docker.io/rockdrilla/angie-conv:v0.0.1
|
||||
|
||||
COPY /site/ /etc/angie/site/
|
||||
COPY /static/ /etc/angie/static/
|
||||
COPY /tls/ /etc/angie/tls/
|
||||
|
||||
ENV NGX_HTTP_CONFLOAD='ssl'
|
||||
|
||||
## same as above (adjusted to above variant by entrypoint):
|
||||
## ENV NGX_HTTP_MODULES='ssl'
|
||||
|
||||
## serve with HTTP/2 (disabled by default):
|
||||
## ENV NGX_HTTP_CONFLOAD='ssl v2'
|
||||
## or
|
||||
## ENV NGX_HTTP_MODULES='ssl v2'
|
Reference in New Issue
Block a user