diff options
Diffstat (limited to 'pcr/zoneminder/httpd-zoneminder.conf')
-rw-r--r-- | pcr/zoneminder/httpd-zoneminder.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pcr/zoneminder/httpd-zoneminder.conf b/pcr/zoneminder/httpd-zoneminder.conf index aeb089bc1..cdb7722dc 100644 --- a/pcr/zoneminder/httpd-zoneminder.conf +++ b/pcr/zoneminder/httpd-zoneminder.conf @@ -3,7 +3,7 @@ Alias /zm "/srv/http/zoneminder" <Directory "/srv/http/zoneminder"> - Options -Indexes MultiViews FollowSymLinks + Options -Indexes +MultiViews +FollowSymLinks AllowOverride None Order allow,deny Allow from all @@ -14,7 +14,7 @@ Alias /zm "/srv/http/zoneminder" ScriptAlias /cgi-bin "/srv/http/cgi-bin" <Directory "/srv/http/cgi-bin"> AllowOverride None - Options ExecCGI FollowSymLinks + Options +ExecCGI +FollowSymLinks Order allow,deny Allow from all </Directory> |