mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Adding ssl to db machines.
This commit is contained in:
parent
0f361a6558
commit
47b80d95af
1 changed files with 1 additions and 0 deletions
1
fabfile.py
vendored
1
fabfile.py
vendored
|
@ -1010,6 +1010,7 @@ def setup_db_firewall():
|
|||
sudo('ufw default deny')
|
||||
sudo('ufw allow ssh')
|
||||
sudo('ufw allow 80')
|
||||
sudo('ufw allow 443')
|
||||
|
||||
# DigitalOcean
|
||||
for ip in set(env.roledefs['app'] +
|
||||
|
|
Loading…
Add table
Reference in a new issue