Mitigate risk of disk space issues somewhat #92
					 1 changed files with 15 additions and 10 deletions
				
			
		|  | @ -153,7 +153,12 @@ | ||||||
|   services.logrotate = { |   services.logrotate = { | ||||||
|     enable = true; |     enable = true; | ||||||
| 
 | 
 | ||||||
|     settings = lib.mapAttrs' (virtualHost: _: |     settings = | ||||||
|  |       { | ||||||
|  |         # Override the default, just keep fewer logs | ||||||
|  |         nginx.rotate = 6; | ||||||
|  |       } | ||||||
|  |       // lib.mapAttrs' (virtualHost: _: | ||||||
|         lib.nameValuePair "/var/log/nginx/${virtualHost}/access.log" { |         lib.nameValuePair "/var/log/nginx/${virtualHost}/access.log" { | ||||||
|           frequency = "daily"; |           frequency = "daily"; | ||||||
|           rotate = 2; |           rotate = 2; | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue