need logging!
parent
15858ff041
commit
a1202c9125
|
@ -27,6 +27,11 @@ WSGIScriptAlias / /opt/regluit/deploy/regluit.wsgi
|
|||
|
||||
Alias /static /var/www/static
|
||||
|
||||
ErrorLog ${APACHE_LOG_DIR}/unglue.it-error.log
|
||||
LogLevel warn
|
||||
CustomLog ${APACHE_LOG_DIR}/unglue.it-access.log combined
|
||||
|
||||
|
||||
</VirtualHost>
|
||||
|
||||
<VirtualHost _default_:443>
|
||||
|
@ -60,4 +65,9 @@ BrowserMatch "MSIE [2-6]" \
|
|||
# MSIE 7 and newer should be able to use keepalive
|
||||
BrowserMatch "MSIE [17-9]" ssl-unclean-shutdown
|
||||
|
||||
ErrorLog ${APACHE_LOG_DIR}/unglue.it-ssl-error.log
|
||||
LogLevel warn
|
||||
CustomLog ${APACHE_LOG_DIR}/unglue.it-ssl-access.log combined
|
||||
|
||||
|
||||
</VirtualHost>
|
||||
|
|
Loading…
Reference in New Issue