Upload New File

This commit is contained in:
Julian Doberauer 2023-05-19 09:55:51 +00:00
parent b656936277
commit d10d6b60eb

4
loadbalancer/Dockerfile Normal file
View File

@ -0,0 +1,4 @@
FROM httpd:latest
COPY ./lb-httpd.conf /usr/local/apache2/conf/httpd.conf
COPY ./httpd-vhost.conf /usr/local/apache2/conf/extra/httpd-vhosts.conf