 Issue 5734493784637440:
  Issue 245 - Unify SSL configuration for all servers  (Closed)
    
  
    Issue 5734493784637440:
  Issue 245 - Unify SSL configuration for all servers  (Closed) 
  | Index: modules/updateserver/files/logrotate | 
| =================================================================== | 
| deleted file mode 100644 | 
| --- a/modules/updateserver/files/logrotate | 
| +++ /dev/null | 
| @@ -1,11 +0,0 @@ | 
| -/var/log/nginx/access_log_update { | 
| - daily | 
| - rotate 30 | 
| - compress | 
| - missingok | 
| - nodateext | 
| - sharedscripts | 
| - postrotate | 
| - [ ! -f /var/run/nginx.pid ] || kill -USR1 `cat /var/run/nginx.pid` | 
| - endscript | 
| -} |