HEX
Server: LiteSpeed
System: Linux instance-20260615-170901 6.8.0-1060-gcp #63~22.04.1-Ubuntu SMP Wed May 27 08:12:44 UTC 2026 x86_64
User: ucfht3825 (1006)
PHP: 8.3.31
Disabled: NONE
Upload Files
File: //etc/logrotate.d/nghttpx
/var/log/nghttpx/*.log {
  weekly
  rotate 52
  missingok
  compress
  delaycompress
  notifempty
  postrotate
    [ -s /var/run/nghttpx.pid ] && kill -USR1 `cat /var/run/nghttpx.pid` 2> /dev/null || true
  endscript
}