Skip to content

Commit

Permalink
Allow to override default apache config with .htaccess files (eclipse…
Browse files Browse the repository at this point in the history
…-che#28)

Allow to override default apache config with .htaccess files
  • Loading branch information
skabashnyuk authored Sep 13, 2018
1 parent f637a5e commit cdc88ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.rhel
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ FROM quay.io/openshiftio/rhel-base-httpd:latest
RUN sed -i -e "s,Listen 80,Listen 8080," /etc/httpd/conf/httpd.conf
RUN sed -i -e "s,logs/error_log,/dev/stderr," /etc/httpd/conf/httpd.conf
RUN sed -i -e "s,logs/access_log,/dev/stdout," /etc/httpd/conf/httpd.conf
RUN sed -i -e "s,AllowOverride None,AllowOverride All," /etc/httpd/conf/httpd.conf

EXPOSE 80

Expand Down

0 comments on commit cdc88ee

Please sign in to comment.