feat: Increase nginx clientMaxBodySize limit
Increased the clientMaxBodySize in nginx configuration from 100M to 1000M. This change allows larger client request bodies,
This commit is contained in:
		
							parent
							
								
									0a0ae0db8c
								
							
						
					
					
						commit
						3eba20c0dc
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -3,7 +3,7 @@ | |||
|   users.users.nginx.extraGroups = [ "acme" ]; | ||||
|   services.nginx = { | ||||
|     enable = true; | ||||
|     clientMaxBodySize = "100M"; | ||||
|     clientMaxBodySize = "1000M"; | ||||
|     appendHttpConfig = '' | ||||
|       log_format vcombined '$host:$server_port ' | ||||
|               '$remote_addr - $remote_user [$time_local] ' | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue