From 058e19a49a12ab9a913ff7d63daaf591c020d811 Mon Sep 17 00:00:00 2001 From: Jose Pablo Domingo Aramburo Sanchez Date: Tue, 7 Aug 2018 17:32:32 -0600 Subject: [PATCH] [add] Apache conf for the docker container --- api-payroll/apache-config.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 api-payroll/apache-config.conf diff --git a/api-payroll/apache-config.conf b/api-payroll/apache-config.conf new file mode 100644 index 0000000..f89e608 --- /dev/null +++ b/api-payroll/apache-config.conf @@ -0,0 +1,15 @@ + + ServerAdmin me@mydomain.com + DocumentRoot /var/www/site + + + Options Indexes FollowSymLinks MultiViews + AllowOverride All + Order deny,allow + Allow from all + + + ErrorLog ${APACHE_LOG_DIR}/error.log + CustomLog ${APACHE_LOG_DIR}/access.log combined + +