unset X-Forwarded-Host header for resultsdb frontend app

This commit is contained in:
Leonardo Rossetti 2022-04-28 13:40:14 -03:00
parent b65f26e5a5
commit 1a7c551b3e

View file

@ -29,6 +29,7 @@ metadata:
service: web
data:
resultsdb_frontend.conf: |-
RequestHeader unset X-Forwarded-Host
WSGIDaemonProcess resultsdb_frontend user=apache group=apache threads=5
WSGIScriptAlias / /usr/share/resultsdb_frontend/resultsdb_frontend.wsgi
WSGISocketPrefix /tmp/wsgi