From 721fca19fc0f6ced07750110236c3d4a50bb6a1a Mon Sep 17 00:00:00 2001 From: Nick Daly Date: Sun, 6 Oct 2013 17:30:37 -0500 Subject: [PATCH] Remove support directory. --- support/apache/plinth-ports.conf | 1 - support/apache/sites-available/plinth.conf | 26 ---------------------- 2 files changed, 27 deletions(-) delete mode 100644 support/apache/plinth-ports.conf delete mode 100644 support/apache/sites-available/plinth.conf diff --git a/support/apache/plinth-ports.conf b/support/apache/plinth-ports.conf deleted file mode 100644 index 700959917..000000000 --- a/support/apache/plinth-ports.conf +++ /dev/null @@ -1 +0,0 @@ -Listen 0.0.0.0:8001 diff --git a/support/apache/sites-available/plinth.conf b/support/apache/sites-available/plinth.conf deleted file mode 100644 index cf8864e63..000000000 --- a/support/apache/sites-available/plinth.conf +++ /dev/null @@ -1,26 +0,0 @@ - - ServerAdmin webmaster@localhost - - - ProxyPass http://127.0.0.1:8000/ - Order allow,deny - Allow from 10.0.0.0/8 - Allow from 172.16.0.0/12 - Allow from 192.168.0.0/16 - - - ErrorLog ${APACHE_LOG_DIR}/error.log - - # Possible values include: debug, info, notice, warn, error, crit, - # alert, emerg. - LogLevel warn - - CustomLog ${APACHE_LOG_DIR}/access.log combined - - - SSLEngine on - SSLCertificateFile /etc/ssl/certs/ssl-cert-snakeoil.pem - SSLCertificateKeyFile /etc/ssl/private/ssl-cert-snakeoil.key - - -