Skip to content
Snippets Groups Projects
Commit 8825ed9e authored by Stefano Alberto Russo's avatar Stefano Alberto Russo
Browse files

Fixed issue that prevented encoded slashed to be processed by the Apache proxy.

parent 5a9c5d9d
No related branches found
No related tags found
No related merge requests found
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
ProxyPass / http://webapp:8080/ ProxyPass / http://webapp:8080/
ProxyPassReverse / http://webapp:8080/ ProxyPassReverse / http://webapp:8080/
AllowEncodedSlashes NoDecode
</VirtualHost> </VirtualHost>
...@@ -32,9 +33,9 @@ ...@@ -32,9 +33,9 @@
ServerName ${ROSETTA_HOST} ServerName ${ROSETTA_HOST}
ProxyPass / http://webapp:8080/ ProxyPass / http://webapp:8080/
ProxyPassReverse / http://webapp:8080/ ProxyPassReverse / http://webapp:8080/
AllowEncodedSlashes NoDecode
SSLEngine on SSLEngine on
SSLCertificateFile /root/certificates/rosetta_platform/rosetta_platform.crt SSLCertificateFile /root/certificates/rosetta_platform/rosetta_platform.crt
SSLCertificateKeyFile /root/certificates/rosetta_platform/rosetta_platform.key SSLCertificateKeyFile /root/certificates/rosetta_platform/rosetta_platform.key
SSLCACertificateFile /root/certificates/rosetta_platform/rosetta_platform.ca-bundle SSLCACertificateFile /root/certificates/rosetta_platform/rosetta_platform.ca-bundle
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment