Skip to content

Commit

Permalink
Allow URLs which contain encoded path separators
Browse files Browse the repository at this point in the history
This is to resolve the issue with objects containing slash in the name
not correctly synced in multisite environments.

Closes-Bug: #1974138
Change-Id: I71ac000bb4754c9cb987d703f145dc2a5ff032ad
(cherry picked from commit 8a844bc)
  • Loading branch information
peppepetra authored and pponnuvel committed May 21, 2024
1 parent 004ba8c commit f66e074
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/openstack_https_frontend.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Listen {{ ext_port }}
# See LP 1484489 - this is to support <= 2.4.7 and >= 2.4.8
SSLCertificateChainFile /etc/apache2/ssl/{{ namespace }}/cert_{{ endpoint }}
SSLCertificateKeyFile /etc/apache2/ssl/{{ namespace }}/key_{{ endpoint }}
AllowEncodedSlashes On
ProxyPass / http://localhost:{{ int }}/ nocanon
ProxyPassReverse / http://localhost:{{ int }}/
ProxyPreserveHost on
Expand Down

0 comments on commit f66e074

Please sign in to comment.