fix(immich): timeout on video upload
This commit is contained in:
		
							parent
							
								
									21e49b05c5
								
							
						
					
					
						commit
						83a5f89722
					
				
					 1 changed files with 6 additions and 0 deletions
				
			
		| 
						 | 
					@ -79,6 +79,12 @@ in {
 | 
				
			||||||
          proxyPass = "http://[::1]:${toString config.services.immich.port}";
 | 
					          proxyPass = "http://[::1]:${toString config.services.immich.port}";
 | 
				
			||||||
          proxyWebsockets = true;
 | 
					          proxyWebsockets = true;
 | 
				
			||||||
          recommendedProxySettings = true;
 | 
					          recommendedProxySettings = true;
 | 
				
			||||||
 | 
					          extraConfig = ''
 | 
				
			||||||
 | 
					            client_max_body_size 50000M;
 | 
				
			||||||
 | 
					            proxy_read_timeout   600s;
 | 
				
			||||||
 | 
					            proxy_send_timeout   600s;
 | 
				
			||||||
 | 
					            send_timeout         600s;
 | 
				
			||||||
 | 
					          '';
 | 
				
			||||||
        };
 | 
					        };
 | 
				
			||||||
      };
 | 
					      };
 | 
				
			||||||
      "grafana.stitchy.moe" = {
 | 
					      "grafana.stitchy.moe" = {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue