Revert "Add apache conf file for specific virtualhost ServerName"
This commit is contained in:
@ -15,6 +15,3 @@ WORKDIR /var/www/public
|
||||
ENTRYPOINT ["/opt/docker/bin/entrypoint.sh"]
|
||||
|
||||
CMD ["supervisord"]
|
||||
|
||||
# Update the default apache site with the config we created.
|
||||
ADD apache-config.conf /etc/apache2/sites-enabled/000-default.conf
|
@ -1,16 +0,0 @@
|
||||
<VirtualHost *:$WEB_SERVER_PORT>
|
||||
ServerAdmin me@mydomain.com
|
||||
DocumentRoot ${WEB_DOCUMENT_ROOT}
|
||||
ServerName ${SERVER_ALIAS}
|
||||
|
||||
<Directory ${WEB_DOCUMENT_ROOT}>
|
||||
Options Indexes FollowSymLinks MultiViews
|
||||
AllowOverride All
|
||||
Order deny,allow
|
||||
Allow from all
|
||||
</Directory>
|
||||
|
||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
||||
|
||||
</VirtualHost>
|
Reference in New Issue
Block a user