diff options
Diffstat (limited to 'chall/apache-config.conf')
| -rw-r--r-- | chall/apache-config.conf | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/chall/apache-config.conf b/chall/apache-config.conf deleted file mode 100644 index 42b6468..0000000 --- a/chall/apache-config.conf +++ /dev/null @@ -1,15 +0,0 @@ -<VirtualHost *:1024> - ServerAdmin me@mydomain.com - DocumentRoot /var/www/site - - <Directory /var/www/site/> - Options -Indexes +FollowSymLinks +MultiViews - AllowOverride All - Order deny,allow - Allow from all - </Directory> - - ErrorLog ${APACHE_LOG_DIR}/error.log - CustomLog ${APACHE_LOG_DIR}/access.log combined - -</VirtualHost> |
