mirror of https://github.com/zulip/zulip.git
Rename humbug => zulip in some log file names.
(imported from commit 0bb5284566861e5a2f260cc66dcb53ebac0d7b97)
This commit is contained in:
parent
ba7c3a50f2
commit
0e35424a7c
|
@ -1,5 +1,5 @@
|
|||
access_log /var/log/nginx/humbug.access.log;
|
||||
error_log /var/log/nginx/humbug.error.log;
|
||||
access_log /var/log/nginx/zulip.access.log;
|
||||
error_log /var/log/nginx/zulip.error.log;
|
||||
|
||||
# Enable HSTS: tell browsers to always use HTTPS
|
||||
add_header Strict-Transport-Security max-age=15768000;
|
||||
|
|
|
@ -21,7 +21,7 @@ else:
|
|||
POLL_TIMEOUT = 1000
|
||||
|
||||
# Don't use the real message log for tests
|
||||
EVENT_LOG_DIR = '/tmp/humbug-test-event-log'
|
||||
EVENT_LOG_DIR = '/tmp/zulip-test-event-log'
|
||||
|
||||
# Print our emails rather than sending them
|
||||
EMAIL_BACKEND = 'django.core.mail.backends.locmem.EmailBackend'
|
||||
|
|
Loading…
Reference in New Issue