From 81ba81a76579ae209f8971967e1892248272baf5 Mon Sep 17 00:00:00 2001 From: climbTheStairs Date: Mon, 13 Dec 2021 04:24:29 +0000 Subject: Fix inconsistent spaces/tabs in cgit.html --- cgit.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cgit.html') diff --git a/cgit.html b/cgit.html index 2ca026d..75e7ba7 100644 --- a/cgit.html +++ b/cgit.html @@ -46,9 +46,9 @@ server { listen 443 ssl; listen [::]:443 ssl; - ssl_certificate /etc/ssl/nginx/git.example.org.crt; - ssl_certificate_key /etc/ssl/nginx/git.example.org.key; - server_name git.example.org; + ssl_certificate /etc/ssl/nginx/git.example.org.crt; + ssl_certificate_key /etc/ssl/nginx/git.example.org.key; + server_name git.example.org; root /usr/share/cgit ; try_files $uri @cgit ; -- cgit v1.2.3