Skip to content

Commit d67d048

Browse files
committed
Added comment.
1 parent 403f8f9 commit d67d048

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ RUN \
113113
# Make sure nginx loads the stream module.
114114
sed-patch '/daemon off;/a load_module /usr/lib/nginx/modules/ngx_stream_module.so;' /etc/nginx/nginx.conf && \
115115

116+
# Fix SSL ciphers for default HTTPs site.
116117
sed-patch 's|include conf.d/include/ssl-ciphers.conf;|ssl_ciphers aNULL;|' /etc/nginx/conf.d/default.conf && \
117118

118119
# Redirect `/data' to '/config'.

0 commit comments

Comments
 (0)