mirror of
				https://github.com/searxng/searxng
				synced 2024-01-01 19:24:07 +01:00 
			
		
		
		
	[fix] Disable HTTP keep alive
Fix HTTP 429 response from filtron See https://github.com/searx/searx-docker/issues/24
This commit is contained in:
		
							parent
							
								
									f9c7a678d2
								
							
						
					
					
						commit
						0579d93783
					
				
					 1 changed files with 4 additions and 0 deletions
				
			
		|  | @ -31,3 +31,7 @@ touch-logrotate = /run/uwsgi-logrotate | |||
| unique-cron = 15 0 -1 -1 -1 { touch /run/uwsgi-logrotate  } | ||||
| log-backupname = /var/log/uwsgi/uwsgi.log.1 | ||||
| logto = /var/log/uwsgi/uwsgi.log | ||||
| 
 | ||||
| # No keep alive | ||||
| # See https://github.com/searx/searx-docker/issues/24 | ||||
| add-header = Connection: close | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Dalf
						Dalf