Backport support for access rules

This patch is a charm-helpers sync to get the fixes
application credential access-rules.

Change-Id: I0cc2b9df1837d7f05f20eaa0f153a76550e40148
Related-Bug: #1965967
This commit is contained in:
Edward Hope-Morley
2022-05-22 15:46:35 +01:00
parent 91381aff25
commit e4b1ca0975
8 changed files with 34 additions and 1 deletions

View File

@@ -22,6 +22,8 @@ Listen {{ ext_port }}
ProxyPassReverse / http://localhost:{{ int }}/
ProxyPreserveHost on
RequestHeader set X-Forwarded-Proto "https"
KeepAliveTimeout 75
MaxKeepAliveRequests 1000
</VirtualHost>
{% endfor -%}
<Proxy *>