Skip to content

Instantly share code, notes, and snippets.

<VirtualHost *:80>
ServerAdmin csullivan@integrityemr.com
#ServerName haproxy.integritylogin.com
DocumentRoot /var/www/
ErrorLog /var/log/apache2/haproxy-error.log
# Redirect 301 / https://uat.integritydigitalsolutions.com/SledgeHammer
RewriteEngine On
RewriteCond %{HTTPS} off
RewriteRule (.*) https://%{HTTP_HOST}%{REQUEST_URI}
</VirtualHost>