# vim: set ft=apache : RewriteEngine On RewriteCond %{HTTPS} !on RewriteRule /.* https://%{SERVER_NAME}$0 Header always set \ Strict-Transport-Security "max-age=63072000; includeSubDomains" ProxyPreserveHost On ProxyRequests Off ProxyPass / http://localhost:3000/ ProxyPassReverse / http://localhost:3000/