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 afd9c99 commit f86a2c2Copy full SHA for f86a2c2
Dockerfile
@@ -116,6 +116,9 @@ RUN \
116
# Make sure nginx loads the stream module.
117
sed-patch '/daemon off;/a load_module /usr/lib/nginx/modules/ngx_stream_module.so;' /etc/nginx/nginx.conf && \
118
119
+ # Fix to use correct SSL protocols/ciphers.
120
+ sed-patch 's|ssl_ciphers aNULL;|include conf.d/include/ssl-ciphers.conf;|' /etc/nginx/conf.d/default.conf && \
121
+
122
# Redirect `/data' to '/config'.
123
ln -s /config /data && \
124
0 commit comments