mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-06-27 23:57:02 +08:00
fixing httpd configuration so resultsdb_api works publicly in taskotron-dev
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
</Location>
|
||||
|
||||
<Location /{{ resultsdb_api_endpoint }}/ >
|
||||
ProxyPass {{ resultsdb_external_url }}
|
||||
ProxyPassReverse {{ resultsdb_external_url }}
|
||||
ProxyPass {{ resultsdb_url }}
|
||||
ProxyPassReverse {{ resultsdb_url }}
|
||||
RequestHeader add X-Script-Name /{{ resultsdb_api_endpoint }}/
|
||||
</Location>
|
||||
|
||||
Reference in New Issue
Block a user