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 - - -