Page MenuHomeDevCentral

nginx.conf
No OneTemporary

nginx.conf

# -------------------------------------------------------------
# Salt — Logrotate configuration
# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
# Project: Nasqueron
# License: Trivial work, not eligible to copyright
# Source file: roles/paas-docker/nginx/files/logrotate/nginx.conf
# -------------------------------------------------------------
#
# <auto-generated>
# This file is managed by our rOPS SaltStack repository.
#
# Changes to this file may cause incorrect behavior
# and will be lost if the state is redeployed.
# </auto-generated>
/var/log/www/*/*.log {
daily
rotate 90
missingok
notifempty
compress
delaycompress
sharedscripts
postrotate
/bin/kill -USR1 `cat /run/nginx.pid 2>/dev/null` 2>/dev/null || true
endscript
}

File Metadata

Mime Type
text/plain
Expires
Mon, Sep 14, 16:23 (1 d, 2 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3983183
Default Alt Text
nginx.conf (851 B)

Event Timeline