ServerName gemini.example.com ProxyPass /.well-known ! Alias /.well-known/acme-challenge /var/www/dehydrated Options None AllowOverride None Require all granted # Galileo expects the stylesheet here. Alias /galileo.css /srv/httpd/htdocs/galileo.css ProxyPass /galileo.css ! SetEnvIf Request_URI . proxy-fcgi-pathinfo=other ProxyPass "/" "unix:/run/galileo.sock|fcgi://localhost/" enablereuse=on ServerName gemini.example.com ProxyPass /.well-known ! Alias /.well-known/acme-challenge /var/www/dehydrated Options None AllowOverride None Require all granted # Galileo expects the stylesheet here. Alias /galileo.css /srv/httpd/htdocs/galileo.css ProxyPass /galileo.css ! SetEnvIf Request_URI . proxy-fcgi-pathinfo=other ProxyPass "/" "unix:/run/galileo.sock|fcgi://localhost/" enablereuse=on SSLEngine on SSLCertificateFile "/etc/dehydrated/certs/gemini.example.com/cert.pem" SSLCertificateKeyFile "/etc/dehydrated/certs/gemini.example.com/privkey.pem" SSLCertificateChainFile "/etc/dehydrated/certs/gemini.example.com/fullchain.pem"