We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 403f8f9 commit d67d048Copy full SHA for d67d048
Dockerfile
@@ -113,6 +113,7 @@ RUN \
113
# Make sure nginx loads the stream module.
114
sed-patch '/daemon off;/a load_module /usr/lib/nginx/modules/ngx_stream_module.so;' /etc/nginx/nginx.conf && \
115
116
+ # Fix SSL ciphers for default HTTPs site.
117
sed-patch 's|include conf.d/include/ssl-ciphers.conf;|ssl_ciphers aNULL;|' /etc/nginx/conf.d/default.conf && \
118
119
# Redirect `/data' to '/config'.
0 commit comments