Skip to content

Commit daa3103

Browse files
Merge pull request #953 from elfosardo/fix-invalid-proxypassreverse-exclusion
🐛 Drop invalid ProxyPassReverse exclusion for /images
2 parents 379d843 + 0fd9526 commit daa3103

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ironic-config/httpd-ironic-api.conf.j2

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ Listen {{ env.IRONIC_URL_HOST }}:{{ env.IRONIC_LISTEN_PORT }}
3131

3232
# Exclude /images from proxying
3333
ProxyPass "/images" !
34-
ProxyPassReverse "/images" !
3534

3635
{% if env.IRONIC_PRIVATE_PORT == "unix" %}
3736
ProxyPass "/" "unix:/shared/ironic.sock|http://127.0.0.1/"

0 commit comments

Comments
 (0)