Skip to content

Commit

Permalink
Update nginx reload command to use systemctl restart
Browse files Browse the repository at this point in the history
  • Loading branch information
catatsuy committed Apr 28, 2024
1 parent fe26926 commit 9e95ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion provisioning/image/ansible/03_nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
notify: reload nginx
handlers:
- name: reload nginx
shell: /usr/sbin/nginx -t && /etc/init.d/nginx reload
shell: /usr/sbin/nginx -t && sudo systemctl restart nginx

0 comments on commit 9e95ade

Please sign in to comment.