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 @@
ProxyPass / http://webapp:8080/
ProxyPassReverse / http://webapp:8080/
AllowEncodedSlashes NoDecode
</VirtualHost>
......@@ -32,9 +33,9 @@
ServerName ${ROSETTA_HOST}
ProxyPass / http://webapp:8080/
ProxyPassReverse / http://webapp:8080/
AllowEncodedSlashes NoDecode
SSLEngine on
SSLCertificateFile /root/certificates/rosetta_platform/rosetta_platform.crt
SSLCertificateKeyFile /root/certificates/rosetta_platform/rosetta_platform.key
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.
Finish editing this message first!
Please register or to comment