diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2024-11-24 22:27:52 -0500 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2024-11-24 22:27:52 -0500 |
commit | f2735a201192f01a461f4c3e75d9636dc54e2ec2 (patch) | |
tree | cec1095068e9e8bbbe9b61455bac974212bb9f22 /scripts/hostclass/dav_server | |
parent | 340f777a8db62139e252ce96ef44bc57bcf03300 (diff) | |
download | infrastructure-f2735a201192f01a461f4c3e75d9636dc54e2ec2.tar.gz |
rotate nginx logs
Diffstat (limited to 'scripts/hostclass/dav_server')
-rw-r--r-- | scripts/hostclass/dav_server | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/hostclass/dav_server b/scripts/hostclass/dav_server index e39b08c..fd3bdd4 100644 --- a/scripts/hostclass/dav_server +++ b/scripts/hostclass/dav_server @@ -126,6 +126,7 @@ install_file -m 0644 "${nginx_conf_dir}/fastcgi_params" install_template -m 0644 \ "${nginx_conf_dir}/nginx.conf" \ "${nginx_conf_dir}/vhosts.conf" +install_file -m 0644 /etc/newsyslog.conf.d/nginx.conf # Generate php-fpm configuration. install_file -m 0644 \ |