ServerName git.swarmlab.io SSLEngine On SSLCertificateFile /opt/ssl/yourcertificate.crt SSLCertificateKeyFile /opt/ssl/yourcertificate.key ErrorLog ${APACHE_LOG_DIR}/error.log CustomLog ${APACHE_LOG_DIR}/access.log combined SSLProxyEngine on ProxyPass / http://localhost:3000/ nocanon ProxyPassReverse / http://localhost:3000/ ProxyPreserveHost On ProxyRequests off AllowEncodedSlashes NoDecode ProxyPass / https://localhost:3000/ nocanon ProxyPassReverse / https://localhost:3000/ Options Indexes FollowSymLinks MultiViews #AddHandler markdown .md AllowOverride All Require all granted