Apache default welcome page
pmooo opened this issue · 0 comments
pmooo commented
The container as-is does not remove the default apache/httpd welcome page. This is a minor issue if you want the nodes to be inconspicuous on end user accessible subnets.
adding a
RUN rm -f /etc/httpd/conf.d/welcome.conf
Then changing the default document root
would resolve this. ( or merge with existing layer)