Fix container registry image uploads for git server
Do this by disabling checking of client request body size.
This commit is contained in:
		
					parent
					
						
							
								89ee6878ad
							
						
					
				
			
			
				commit
				
					
						744d17c0c7
					
				
			
		
					 1 changed files with 4 additions and 0 deletions
				
			
		|  | @ -34,6 +34,10 @@ | |||
|         return = "200 \"User-agent: *\\nDisallow: /*/*/archive/\\n\""; | ||||
|       }; | ||||
|     }; | ||||
| 
 | ||||
|     # Disable checking of client request body size to make container registry | ||||
|     # image uploads work. | ||||
|     clientMaxBodySize = "0"; | ||||
|   }; | ||||
| 
 | ||||
|   networking.firewall.allowedTCPPorts = [ 80 443 ]; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue