Fixed a minor nginx warning.

And re-indented the template.
This commit is contained in:
Tom
2026-02-10 14:43:29 +01:00
parent 2cca3d5403
commit c03f0a0f4f

View File

@@ -2,7 +2,8 @@
{% if gitea_enable_https | default(false) %} {% if gitea_enable_https | default(false) %}
server { server {
listen 443 ssl http2; listen 443 ssl;
http2 on;
server_name {{ gitea_domain }}; server_name {{ gitea_domain }};
ssl_certificate {{ gitea_ssl_cert }}; ssl_certificate {{ gitea_ssl_cert }};