add lua-resty-string/lua-resty-openssl/fix logrotate

This commit is contained in:
Zoey
2024-03-03 21:40:50 +01:00
parent 7b79c0e4d4
commit 4d16f3babe
2 changed files with 6 additions and 4 deletions

View File

@@ -6,6 +6,6 @@
compress
sharedscripts
postrotate
if [ -f /usr/local/nginx/logs/nginx.pid ]; then nginx -s reload fi
if [ -f /usr/local/nginx/logs/nginx.pid ]; then nginx -s reload; fi
endscript
}