perfsonar / perfsonar-testpoint-docker

Apache License 2.0
12 stars 15 forks source link

Apache default welcome page #23

Open pmooo opened 2 years ago

pmooo commented 2 years ago

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)