2015-01-03 02:00:04 +00:00
|
|
|
<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
|
|
|
|
|
2015-01-03 13:07:41 +00:00
|
|
|
ProxyPass / uwsgi://127.0.0.1:8080/
|
2015-01-03 02:00:04 +00:00
|
|
|
|
|
|
|
</VirtualHost>
|
|
|
|
|
|
|
|
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
|