Created
October 2, 2014 03:42
-
-
Save dims/185ed200b3f0a21952ad to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
AllowEncodedSlashes NoDecode | |
SSLEngine on | |
SSLProtocol all -SSLv2 | |
SSLCipherSuite HIGH:MEDIUM:!aNULL:!MD5 | |
SSLCertificateFile "/private/etc/apache2/server.crt" | |
SSLCertificateKeyFile "/private/etc/apache2/server.key" | |
SSLProxyEngine On | |
RewriteEngine on | |
RewriteCond %{REQUEST_URI} !^/static/hideci.js | |
RewriteRule ^(.*) https://review.openstack.org/$1 [P] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment