Install sh
pull/145/head
Pavel Loginov 2019-08-13 11:19:40 +03:00
parent 6edd0b979f
commit 4153d34c53
1 changed files with 2 additions and 2 deletions

View File

@ -151,13 +151,13 @@ cat << EOF > $HAPROXY_WI_VHOST_CONF
Allow from all Allow from all
</Directory> </Directory>
<Directory /var/www/haproxy-wi/app/certs> <Directory /var/www/$HOME_HAPROXY_WI/app/certs>
Options +ExecCGI -Indexes +MultiViews Options +ExecCGI -Indexes +MultiViews
Order Deny,Allow Order Deny,Allow
Deny from all Deny from all
</Directory> </Directory>
<Directory /var/www/haproxy-wi/keys> <Directory /var/www/$HOME_HAPROXY_WI/keys>
Options +ExecCGI -Indexes +MultiViews Options +ExecCGI -Indexes +MultiViews
Order Deny,Allow Order Deny,Allow
Deny from all Deny from all