fix: ensure nginx restarts on certificate changes #402
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "fix/nginx-restart-on-cert-change"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add hasrestart => true to nginx service in simpleproxy profile to ensure
nginx performs a full restart (not reload) when certificate files change.
This is required because nginx reload does not pick up SSL certificate
changes from disk.