Files
fedora-infra_ansible/roles/httpd/reverseproxy/templates/reversepassproxy.nagios.conf

7 lines
193 B
Plaintext

{% if 'phx2' in inventory_hostname %}
ProxyPass {{ localpath }} {{ proxyurl }}{{remotepath}}
ProxyPassReverse {{ localpath }} {{ proxyurl }}{{remotepath}}
{% else %}
Redirect 421 /
{% endif %}