Remove old apache conf

This commit is contained in:
Daniel Gräber 2015-02-19 17:59:11 +01:00
parent b37487dcef
commit 7725cfeefc

View File

@ -1,13 +0,0 @@
<VirtualHost *:80>
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/
</VirtualHost>
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet