Skip to content

Commit

Permalink
Apache configuration to deploy using mod_wsgi
Browse files Browse the repository at this point in the history
  • Loading branch information
nxvipin committed Jun 21, 2012
1 parent 8a7dc39 commit f6bc0ac
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions apache.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<VirtualHost *:80>
WSGIScriptAlias /teammetrics /etc/teammetrics/web/teammetrics.wsgi
<Directory /etc/teammetrics/>
Order allow,deny
Allow from all
</Directory>
ErrorLog ${APACHE_LOG_DIR}/error.log
LogLevel warn
CustomLog ${APACHE_LOG_DIR}/access.log combined
</VirtualHost>

0 comments on commit f6bc0ac

Please sign in to comment.