Skip to content

Instantly share code, notes, and snippets.

@dims
Created October 2, 2014 03:42
Show Gist options
  • Save dims/185ed200b3f0a21952ad to your computer and use it in GitHub Desktop.
Save dims/185ed200b3f0a21952ad to your computer and use it in GitHub Desktop.
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