Skip to content

Commit

Permalink
🐛 fix: 新增docker和红帽系reload (#70)
Browse files Browse the repository at this point in the history
  • Loading branch information
buyfakett authored Nov 22, 2023
1 parent ae487d4 commit 2a1baba
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion domain_admin/utils/fabric_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@
# 重启nginx
'service nginx force-reload',
# docker 下的重启命令 @since 1.5.30
'docker restart nginx'
'docker exec -it nginx nginx -s reload',
'systemctl reload nginx',
'systemctl reload openresty',
]


Expand Down

0 comments on commit 2a1baba

Please sign in to comment.