Changes between Initial Version and Version 1 of Ticket #2558, comment 6
- Timestamp:
- 11/08/23 00:15:23 (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2558, comment 6
initial v1 8 8 > This shouldn't be needed for reopening logs though - reopening logs is a simple operation, and nginx can do it without starting new worker processes, see [https://nginx.org/en/docs/control.html#logs here]. Make sure to use `USR1` signal to instruct nginx to reopen logs, and not `HUP`, which causes reconfiguration. 9 9 10 Sorry. I'm recheck and we use `kill -USR1` .10 Sorry. I'm recheck and we use `kill -USR1` to log rotate. 11 11 12 12 `kill -HUP` we use much less often to real reload configuration. Because our service needs to reload the configure.