Commit ae722678 authored by Lisa Casino's avatar Lisa Casino Committed by Xavier Thompson

software/html5as-base: add logrotate

parent 60651f7b
......@@ -21,7 +21,7 @@ md5sum = d52a24adf6a4cb1c514b657c63ebf7a5
[instance_html5as]
_update_hash_filename_ = instance_html5as.cfg.in
md5sum = 5d6965e14c72f6500ab37acd2a28aa7e
md5sum = fa41f96ffad93ef07881a37ee34928b6
[template_nginx_conf]
_update_hash_filename_ = templates/nginx_conf.in
......
......@@ -15,6 +15,7 @@ parts =
launcher
nginx-graceful
port-listening-promise
logrotate-entry-nginx
publish-connection-information
# Define egg directories to be the one from Software Release
......@@ -181,6 +182,15 @@ config-port = ${html5as:port}
[monitor-instance-parameter]
monitor-httpd-port = {{ parameter_dict['monitor-httpd-port'] }}
# Monitor Stack also provides logrotate stack. We only need to extend
# the logrotate-entry-base defined in instance-logrotate-base.cfg.in .
# More parameters can be added following the logrotate-entry-base section
[logrotate-entry-nginx]
<= logrotate-entry-base
name = nginx
log = ${html5as:path_access_log} ${html5as:path_error_log}
post = kill -USR1 $(cat ${html5as:path_pid})
# Publish nginx address
[publish-connection-information]
recipe = slapos.cookbook:publish
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment