Skip to content

Commit

Permalink
Merge branch 'master' of github.com:mouday/domain-admin
Browse files Browse the repository at this point in the history
* 'master' of github.com:mouday/domain-admin:
  🐛 fix: 重载docker版nginx (#72)
  • Loading branch information
mouday committed Nov 28, 2023
2 parents 83fcceb + 8b34f52 commit 1c65953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion domain_admin/utils/fabric_util.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# 重启nginx
'service nginx force-reload',
# docker 下的重启命令 @since 1.5.30
'docker exec -it nginx nginx -s reload',
'docker exec -id nginx nginx -s reload',
# 红帽系reload @since 1.5.31
'systemctl reload nginx',
'systemctl reload openresty',
Expand Down

0 comments on commit 1c65953

Please sign in to comment.