mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-31 15:53:33 +00:00 
			
		
		
		
	Increases timeouts in front- and backend
This commit is contained in:
		| @@ -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