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
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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