webbuild: add apache configuration file with 'Timeout 600'; not installed for now

This commit is contained in:
Silvan Calarco 2014-06-28 18:51:12 +02:00
parent 85e7950c4e
commit 3e0f261856

View File

@ -0,0 +1,8 @@
<Directory /var/www/html>
Options Indexes FollowSymLinks Includes ExecCGI
AllowOverride All
Require all granted
DirectoryIndex webbuild.html index.html index.php
# SSILegacyExprParser on
</Directory>
Timeout 600