/etc/logrotate.d/nginx - Alpine Linux v3

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

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

    /var/log/nginx/*.log {
	missingok
	sharedscripts
	postrotate
		/etc/init.d/nginx --quiet --ifstarted reopen
	endscript
}


    
  

Config Details

Location
/etc/logrotate.d/nginx
Operating system
Alpine Linux v3
Length
8 lines
MD5 checksum
db194cf3c6c4be12c70c757e0c9ad995

Usage

Download the raw file with wget or curl

Wget

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

cURL

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