fix(nginx): Increase upload size back to 100M for Sentry too
Addresses https://github.com/getsentry/onpremise/pull/499#discussion_r431537129
This commit is contained in:
		@@ -67,7 +67,6 @@ http {
 | 
				
			|||||||
			proxy_pass http://relay;
 | 
								proxy_pass http://relay;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
		location / {
 | 
							location / {
 | 
				
			||||||
			client_max_body_size 5m;
 | 
					 | 
				
			||||||
			proxy_pass http://sentry;
 | 
								proxy_pass http://sentry;
 | 
				
			||||||
		}
 | 
							}
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user