From 7725cfeefccfede1aff9967f8b734d81e68e6935 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Gr=C3=A4ber?= Date: Thu, 19 Feb 2015 17:59:11 +0100 Subject: [PATCH] Remove old apache conf --- ansible/files/apache.conf | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 ansible/files/apache.conf diff --git a/ansible/files/apache.conf b/ansible/files/apache.conf deleted file mode 100644 index f96d01e..0000000 --- a/ansible/files/apache.conf +++ /dev/null @@ -1,13 +0,0 @@ - - ServerName isso-dev.local - - ServerAdmin webmaster@localhost - DocumentRoot /var/www/isso/ - - ErrorLog ${APACHE_LOG_DIR}/error.log - CustomLog ${APACHE_LOG_DIR}/access.log combined - - ProxyPass / uwsgi://127.0.0.1:8080/ - - -# vim: syntax=apache ts=4 sw=4 sts=4 sr noet