summaryrefslogtreecommitdiff
path: root/cgit.html
diff options
context:
space:
mode:
authorclimbTheStairs <yxtqwf+github@gmail.com>2021-12-13 04:24:29 +0000
committerclimbTheStairs <yxtqwf+github@gmail.com>2021-12-13 04:24:29 +0000
commit81ba81a76579ae209f8971967e1892248272baf5 (patch)
treebc18e0ef323d226926bab1b3d575a6e054520b9f /cgit.html
parent72f476a141c485b1a005f72e4dab62e9e258abde (diff)
Fix inconsistent spaces/tabs in cgit.html
Diffstat (limited to 'cgit.html')
-rw-r--r--cgit.html6
1 files changed, 3 insertions, 3 deletions
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/<strong>git.example.org</strong>.crt;
- ssl_certificate_key /etc/ssl/nginx/<strong>git.example.org</strong>.key;
- server_name <strong>git.example.org</strong>;
+ ssl_certificate /etc/ssl/nginx/<strong>git.example.org</strong>.crt;
+ ssl_certificate_key /etc/ssl/nginx/<strong>git.example.org</strong>.key;
+ server_name <strong>git.example.org</strong>;
root /usr/share/cgit ;
try_files $uri @cgit ;