Skip to content

Commit

Permalink
chore: update ssl image
Browse files Browse the repository at this point in the history
  • Loading branch information
kunyan committed Mar 23, 2021
1 parent 1a4d5c8 commit 4387653
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ LABEL name="spaship/httpd" \

EXPOSE 8080

RUN microdnf install -y --nodocs httpd && microdnf clean all
RUN microdnf install -y --nodocs httpd mod_ssl && microdnf clean all

RUN sed -i 's/Listen 80/Listen 8080/' /etc/httpd/conf/httpd.conf \
&& sed -i 's/AllowOverride None/AllowOverride All/' /etc/httpd/conf/httpd.conf \
Expand Down
Empty file added conf.d/ssl.conf
Empty file.

0 comments on commit 4387653

Please sign in to comment.