diff --git a/utils/docker/apache-vhost b/utils/docker/apache-vhost index 514897a16..2b0baf8b2 100644 --- a/utils/docker/apache-vhost +++ b/utils/docker/apache-vhost @@ -1,12 +1,14 @@ - DocumentRoot /usr/local/share/zoneminder + DocumentRoot /usr/local/share/zoneminder/www DirectoryIndex index.php ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ + + Require all granted + AllowOverride None Options +ExecCGI -MultiViews +SymLinksIfOwnerMatch - require all granted + Require all granted -