mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Simple change to logrotate and the app servers name.
This commit is contained in:
parent
085829506a
commit
4db1c89652
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
/home/sclay/newsblur/logs/*.log {
|
||||
weekly
|
||||
daily
|
||||
rotate 10
|
||||
copytruncate
|
||||
delaycompress
|
||||
|
|
2
fabfile.py
vendored
2
fabfile.py
vendored
|
@ -15,7 +15,7 @@ from django.conf import settings as django_settings
|
|||
|
||||
env.user = 'sclay'
|
||||
env.roledefs ={
|
||||
'app': ['www.newsblur.com'],
|
||||
'app': ['app01.newsblur.com'],
|
||||
'db': ['db01.newsblur.com', 'db02.newsblur.com', 'db03.newsblur.com'],
|
||||
'task': ['task01.newsblur.com', 'task02.newsblur.com'],
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue