From 2482f8b27720f85047997db060521f692123d9b9 Mon Sep 17 00:00:00 2001 From: Florian Eisenmenger Date: Fri, 29 Sep 2023 12:27:56 +0200 Subject: [PATCH] vhost conf apache --- .docker/apache/vhost.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.docker/apache/vhost.conf b/.docker/apache/vhost.conf index a265b6c..c098fdb 100644 --- a/.docker/apache/vhost.conf +++ b/.docker/apache/vhost.conf @@ -2,9 +2,9 @@ LoadModule headers_module /usr/lib/apache2/modules/mod_headers.so ServerName localhost - DocumentRoot /app + DocumentRoot /var/www/html - + Options Indexes FollowSymLinks Includes execCGI AllowOverride All Require all granted @@ -17,7 +17,7 @@ LoadModule headers_module /usr/lib/apache2/modules/mod_headers.so - DocumentRoot "/app" + DocumentRoot "/var/www/html" ServerName localhost:443 ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined @@ -31,7 +31,7 @@ LoadModule headers_module /usr/lib/apache2/modules/mod_headers.so SSLOptions +StdEnvVars - + Options Indexes FollowSymLinks Includes execCGI AllowOverride All Require all granted