ServerName {{ gitea_domain_name }} SSLEngine on SSLHonorCipherOrder on SSLCipherSuite PROFILE=SYSTEM SSLProxyCipherSuite PROFILE=SYSTEM SSLCertificateFile {{ gitea_binary_cert_path }} SSLCertificateKeyFile {{ gitea_binary_cert_key_path }} SSLCertificateChainFile {{ gitea_binary_cert_chain_path }} SSLCACertificateFile {{ gitea_binary_ca_cert_path }} ProxyPreserveHost On ProxyRequests off AllowEncodedSlashes NoDecode ProxyPass / http://localhost:3000/ nocanon ErrorLog /var/log/httpd/{{ gitea_domain_name }}-error.log CustomLog /var/log/httpd/{{ gitea_domain_name }}-access.log combined