NGINX Konfiguration - Linux
/etc/logrotate.d/nginx
Schnellaktionen
📥 Original herunterladen nginxKonfigurationsdatei-Informationen
Authentisch & Original
Unverändert nginx von einer frischen Installation.
Linux-Distributions-Unterstützung
📋 Aktuell angezeigt: CentOS Stream 9
✓ Auch kompatibel:
CentOS Stream 10,
Red Hat Enterprise Linux 9 (Plow),
Konfigurationsdatei-Inhalt
15 Zeilen
/var/log/nginx/*.log {
create 0640 nginx root
daily
rotate 10
missingok
notifempty
compress
delaycompress
sharedscripts
postrotate
/bin/kill -USR1 `cat /run/nginx.pid 2>/dev/null` 2>/dev/null || true
endscript
}
Download-Befehle
nginx •
Lade die 100% original unveränderte Konfigurationsdatei herunter von NGINX
Mit wget:
wget -O nginx.example https://exampleconfig.com/api/v1/config/original/a92ea25ba27074c141cb7d3ce8090261?hint=nginx
Mit curl:
curl https://exampleconfig.com/api/v1/config/original/a92ea25ba27074c141cb7d3ce8090261?hint=nginx > nginx.example
Verwandte Konfigurationsdateien
/etc/logrotate.d/nginx
NGINX · Debian 9 (Stretch)
/etc/logrotate.d/nginx
NGINX · Debian 9 (Stretch)
/etc/logrotate.d/nginx
NGINX · Debian 9 (Stretch)
/etc/logrotate.d/nginx
Apache HTTP Server · CentOS Stream 9
/etc/logrotate.d/nginx
Apache HTTP Server · CentOS Stream 9
/etc/logrotate.d/nginx
Apache HTTP Server · CentOS Stream 9