/etc/logrotate.d/nginx - Red Hat Enterprise Linux 8 (Ootpa)

This is the default example configuration of nginx provided by nginx. This config file was generated by nginx running on RHEL 8.

It is located under: /etc/logrotate.d/nginx

    /var/log/nginx/*log {
    create 0664 nginx root
    daily
    rotate 10
    missingok
    notifempty
    compress
    sharedscripts
    postrotate
        /bin/kill -USR1 `cat /run/nginx.pid 2>/dev/null` 2>/dev/null || true
    endscript
}


    
  

Config Details

Location
/etc/logrotate.d/nginx
Operating system
Red Hat Enterprise Linux 8 (Ootpa)
Length
13 lines
MD5 checksum
7c96eb33f2a56b46930c9476067e9ac0

Usage

Download the raw file with wget or curl

Wget

wget -O nginx.example http://exampleconfig.com/static/raw/nginx/rhel8/etc/logrotate.d/nginx

cURL

curl http://exampleconfig.com/static/raw/nginx/rhel8/etc/logrotate.d/nginx > nginx.example