forked from Icycoide/searxng
Drop Python 2 (3/n): objects
This commit is contained in:
parent
78df10fb55
commit
7888377743
8 changed files with 16 additions and 16 deletions
|
@ -1040,7 +1040,7 @@ def run():
|
|||
)
|
||||
|
||||
|
||||
class ReverseProxyPathFix(object):
|
||||
class ReverseProxyPathFix:
|
||||
'''Wrap the application in this middleware and configure the
|
||||
front-end server to add these headers, to let you quietly bind
|
||||
this to a URL other than / and to an HTTP scheme that is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue