[MODE: -*- apache -*- :] [HTTPS: :] ServerAdmin cefala-admin@cefala.org ServerName cgit.cefala.org ProxyPass /cgit http://git.cefala.org/cgit/ ProxyPassReverse /cgit http://git.cefala.org/cgit/ ProxyPass /cgit-css http://git.cefala.org/cgit-css/ ProxyPassReverse /cgit-css http://git.cefala.org/cgit-css/ ProxyPass / http://git.cefala.org/cgit/ ProxyPassReverse / http://git.cefala.org/cgit/ [HTTP: RewriteEngine on RewriteCond %{SERVER_NAME} =cgit.cefala.org RewriteRule ^ https://%{SERVER_NAME}%{REQUEST_URI} [END,NE,R=permanent]:] [HTTPS: Include /etc/letsencrypt/options-ssl-apache.conf SSLCertificateFile /etc/letsencrypt/live/cgit.cefala.org/fullchain.pem SSLCertificateKeyFile /etc/letsencrypt/live/cgit.cefala.org/privkey.pem:] [HTTPS: :]