mirror of
				https://github.com/searxng/searxng.git
				synced 2025-11-04 03:27:06 -05:00 
			
		
		
		
	Merge pull request #697 from Eig8phei/http1.1
serve pages with HTTP/1.1
This commit is contained in:
		
						commit
						574d9d40d2
					
				@ -78,6 +78,9 @@ except ImportError:
 | 
			
		||||
    logger.critical("The pyopenssl, ndg-httpsclient, pyasn1 packages have to be installed.\n"
 | 
			
		||||
                    "Some HTTPS connections will fail")
 | 
			
		||||
 | 
			
		||||
# serve pages with HTTP/1.1
 | 
			
		||||
from werkzeug.serving import WSGIRequestHandler
 | 
			
		||||
WSGIRequestHandler.protocol_version = "HTTP/1.1"
 | 
			
		||||
 | 
			
		||||
static_path, templates_path, themes =\
 | 
			
		||||
    get_themes(settings['ui']['themes_path']
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user