summaryrefslogtreecommitdiff
path: root/install/default-conf/etc/apache/https
diff options
context:
space:
mode:
Diffstat (limited to 'install/default-conf/etc/apache/https')
-rw-r--r--install/default-conf/etc/apache/https19
1 files changed, 0 insertions, 19 deletions
diff --git a/install/default-conf/etc/apache/https b/install/default-conf/etc/apache/https
deleted file mode 100644
index aaa0bf3f..00000000
--- a/install/default-conf/etc/apache/https
+++ /dev/null
@@ -1,19 +0,0 @@
-
-<VirtualHost *:443>
- # SSL (START)
- SSLEngine on
- SSLCertificateFile /etc/apache2/ssl/apache.pem
- SSLCertificateKeyFile /etc/apache2/apache.pem
- # SSL (ENDE)
- ServerAdmin webmaster@localhost
- #kann auch einfach eine IP sein
- ServerName localhost
- php_admin_value open_basedir "/var/www/"
- DocumentRoot /var/www/https
- <Directory /var/www/https>
- Order Deny,Allow
- Allow from all
- # Zeige keine Verzeichnisse an
- Options -Indexes
- </Directory>
-</VirtualHost>