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