mirror of
https://github.com/searxng/searxng.git
synced 2024-11-19 02:40:11 +01:00
serve pages with HTTP/1.1
This commit is contained in:
parent
8f48c518aa
commit
f90eb428c6
@ -77,6 +77,9 @@ except ImportError:
|
|||||||
logger.critical("The pyopenssl, ndg-httpsclient, pyasn1 packages have to be installed.\n"
|
logger.critical("The pyopenssl, ndg-httpsclient, pyasn1 packages have to be installed.\n"
|
||||||
"Some HTTPS connections will fail")
|
"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 =\
|
static_path, templates_path, themes =\
|
||||||
get_themes(settings['ui']['themes_path']
|
get_themes(settings['ui']['themes_path']
|
||||||
|
Loading…
Reference in New Issue
Block a user