diff --git a/apache/ports.conf b/apache/ports.conf deleted file mode 100644 index 5185d89..0000000 --- a/apache/ports.conf +++ /dev/null @@ -1,16 +0,0 @@ -# If you just change the port or add more ports here, you will likely also -# have to change the VirtualHost statement in -# /etc/apache2/sites-enabled/000-default.conf - -Listen 80 -Listen 8080 - - - Listen 443 - Listen 8443 - - - - Listen 443 - Listen 8443 - diff --git a/apache/vhost-ssl.conf b/apache/vhost-ssl.conf index 6c599a9..fa62309 100644 --- a/apache/vhost-ssl.conf +++ b/apache/vhost-ssl.conf @@ -1,4 +1,4 @@ - + DocumentRoot "/var/www/eramba" AllowOverride all diff --git a/apache/vhost.conf b/apache/vhost.conf index 5d930c4..37e3dff 100644 --- a/apache/vhost.conf +++ b/apache/vhost.conf @@ -1,4 +1,4 @@ - + DocumentRoot "/var/www/eramba" AllowOverride all diff --git a/docker-compose.simple-install.yml b/docker-compose.simple-install.yml index 06a5769..c863135 100644 --- a/docker-compose.simple-install.yml +++ b/docker-compose.simple-install.yml @@ -31,7 +31,6 @@ services: - ./apache/ssl/mycert.crt:/etc/ssl/certs/mycert.crt - ./apache/ssl/mycert.key:/etc/ssl/private/mycert.key - ./apache/security.conf:/etc/apache2/conf-available/security.conf - - ./apache/ports.conf:/etc/apache2/ports.conf - ./apache/vhost-ssl.conf:/etc/apache2/sites-available/000-default.conf - ./crontab/crontab:/etc/cron.d/eramba-crontab environment: