Skip to content

Commit

Permalink
Added comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlesage committed Dec 19, 2018
1 parent 403f8f9 commit d67d048
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ RUN \
# Make sure nginx loads the stream module.
sed-patch '/daemon off;/a load_module /usr/lib/nginx/modules/ngx_stream_module.so;' /etc/nginx/nginx.conf && \

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

# Redirect `/data' to '/config'.
Expand Down

0 comments on commit d67d048

Please sign in to comment.