fix: ensure nginx restarts on certificate changes #402

Merged
unkinben merged 1 commits from fix/nginx-restart-on-cert-change into develop 2025-09-29 22:38:01 +10:00

1 Commits

Author SHA1 Message Date
2fa0325a5f fix: ensure nginx restarts on certificate changes
All checks were successful
Build / precommit (pull_request) Successful in 5m10s
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.
2025-09-29 22:08:16 +10:00