Get the default configuration file rh-nginx120-nginx for nginx, optimized for Red Hat Enterprise Linux Server 7 (Maipo). This example configuration ensures optimal compatibility and performance for nginx, making it easy to set up and adjust to meet your needs.
Find and download the configuration file here: /etc/logrotate.d/rh-nginx120-nginx.
For more configurations and setup guides, visit our related files section to further customize your system.
/var/opt/rh/rh-nginx120/log/nginx/*log {
create 0644 nginx nginx
daily
rotate 10
missingok
notifempty
compress
sharedscripts
postrotate
/bin/kill -USR1 `cat /var/opt/rh/rh-nginx120/run/nginx/nginx.pid 2>/dev/null` 2>/dev/null || true
endscript
}
Download the raw file with wget or curl
wget -O rh-nginx120-nginx.example https://exampleconfig.com/static/raw/nginx/rhel7/etc/logrotate.d/rh-nginx120-nginx
curl https://exampleconfig.com/static/raw/nginx/rhel7/etc/logrotate.d/rh-nginx120-nginx > rh-nginx120-nginx.example
Other config files you might find useful