summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 ;