Skip to content

Instantly share code, notes, and snippets.

View chid's full-sized avatar

Charley Peng chid

  • Sydney, Australia
View GitHub Profile
@chid
chid / httpd.conf.templ
Created June 29, 2016 23:49
Tableau Server Upgrade to HTTPS
Inside <VirtualHost...>
RewriteCond %{HTTP:X-Forwarded-Proto} !https
RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [L]
Comment out other RewriteCond based off forwarded protocol