4 ms·
I think nginx does that too; if you send it a hup signal, it will reload the config.
by rcme 3y ago
I think nginx does that too; if you send it a hup signal, it will reload the config.
- housemusicfan 3y agoIndeed, many programs interpret a kill -HUP signal as a "re-read config" command.
- mholt 3y agoThis is problematic as when you log out your shell, HUP is sent to the web server process unintentionally... (One reason we don't use signals in Caddy 2. So uncivilized.)