Loading services/proxy/proxy-global.conf +2 −1 Original line number Original line Diff line number Diff line Loading @@ -13,6 +13,7 @@ ProxyPass / http://webapp:8080/ ProxyPass / http://webapp:8080/ ProxyPassReverse / http://webapp:8080/ ProxyPassReverse / http://webapp:8080/ AllowEncodedSlashes NoDecode </VirtualHost> </VirtualHost> Loading @@ -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 Loading Loading
services/proxy/proxy-global.conf +2 −1 Original line number Original line Diff line number Diff line Loading @@ -13,6 +13,7 @@ ProxyPass / http://webapp:8080/ ProxyPass / http://webapp:8080/ ProxyPassReverse / http://webapp:8080/ ProxyPassReverse / http://webapp:8080/ AllowEncodedSlashes NoDecode </VirtualHost> </VirtualHost> Loading @@ -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 Loading