diff --git a/apache.conf b/apache.conf new file mode 100644 index 0000000..f0da6a3 --- /dev/null +++ b/apache.conf @@ -0,0 +1,10 @@ + + WSGIScriptAlias /teammetrics /etc/teammetrics/web/teammetrics.wsgi + + Order allow,deny + Allow from all + + ErrorLog ${APACHE_LOG_DIR}/error.log + LogLevel warn + CustomLog ${APACHE_LOG_DIR}/access.log combined +