mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Merge branch 'realtime' of github.com:samuelclay/NewsBlur into realtime
* 'realtime' of github.com:samuelclay/NewsBlur: Conflicts: settings.py
This commit is contained in:
commit
28795237be
1 changed files with 2 additions and 0 deletions
2
fabfile.py
vendored
2
fabfile.py
vendored
|
@ -444,6 +444,8 @@ def setup_db_firewall():
|
|||
sudo('ufw allow from 199.15.250.0/24 to any port 27017') # MongoDB
|
||||
sudo('ufw allow from 199.15.253.0/24 to any port 5672 ') # RabbitMQ
|
||||
sudo('ufw allow from 199.15.250.0/24 to any port 5672 ') # RabbitMQ
|
||||
sudo('ufw allow from 199.15.250.0/24 to any port 6379 ') # Redis
|
||||
sudo('ufw allow from 199.15.253.0/24 to any port 6379 ') # Redis
|
||||
sudo('ufw --force enable')
|
||||
|
||||
def setup_db_motd():
|
||||
|
|
Loading…
Add table
Reference in a new issue