Initial commit

This commit is contained in:
Nathan Tien You
2024-09-18 09:24:08 +02:00
commit 8cf81da2c6
27 changed files with 7480 additions and 0 deletions
@@ -0,0 +1,3 @@
FROM httpd:alpine
COPY ./index.html /usr/local/apache2/htdocs/index.html
COPY ./my-httpd.conf /usr/local/apache2/conf/httpd.conf