make apache config modular

Signed-off-by: Basil Bruhn <basil.bruhn@psi.ch>
This commit is contained in:
2025-11-11 12:42:02 +01:00
parent fe99b08bdd
commit 2280fb03ad
3 changed files with 17 additions and 33 deletions
+2 -3
View File
@@ -30,9 +30,8 @@ services:
restart: always
volumes:
- /opt/webcontent/rfmwtools:/var/www/rfmwtools:ro
# Apache config is prepared to have php apps inside /var/www/phpapps
# - ./phpapps:/var/www/phpapps:ro
- ./apache/conf/httpd.conf:/usr/local/etc/apache2/httpd.conf:ro
- ./apache/conf/rfmwtools.conf:/etc/apache2/sites-enabled/rfmwtools.conf:ro
networks:
- backend