mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-11-04 01:15:14 +00:00 
			
		
		
		
	Increases timeouts in front- and backend
This commit is contained in:
		@@ -17,6 +17,9 @@ server {
 | 
			
		||||
		proxy_set_header      X-Forwarded-Proto  $scheme;
 | 
			
		||||
		proxy_set_header      X-Forwarded-For    $remote_addr;
 | 
			
		||||
		proxy_pass            http://127.0.0.1:3000/;
 | 
			
		||||
 | 
			
		||||
		proxy_read_timeout 15m;
 | 
			
		||||
		proxy_send_timeout 15m;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	location / {
 | 
			
		||||
 
 | 
			
		||||
@@ -18,6 +18,9 @@ server {
 | 
			
		||||
		proxy_set_header      X-Forwarded-Proto  $scheme;
 | 
			
		||||
		proxy_set_header      X-Forwarded-For    $remote_addr;
 | 
			
		||||
		proxy_pass            http://127.0.0.1:3000/;
 | 
			
		||||
 | 
			
		||||
		proxy_read_timeout 15m;
 | 
			
		||||
		proxy_send_timeout 15m;
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	location / {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user