Skip to content

Commit 4cf4c1e

Browse files
committed
fix(config): remove value for the deprecated WSGI_PROXIES variable
1 parent e18f3fc commit 4cf4c1e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

invenio_app_rdm/config.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -725,13 +725,6 @@ def files_rest_permission_factory(obj, action):
725725
SEARCH_HOSTS = [{"host": "localhost", "port": 9200}]
726726
"""Search hosts."""
727727

728-
# Invenio-Base
729-
# ============
730-
# See https://invenio-base.readthedocs.io/en/latest/api.html#invenio_base.wsgi.wsgi_proxyfix # noqa
731-
732-
WSGI_PROXIES = 2
733-
"""Correct number of proxies in front of your application."""
734-
735728
# Invenio-REST
736729
# ============
737730

0 commit comments

Comments
 (0)