diff options
| author | climbTheStairs <yxtqwf+github@gmail.com> | 2021-12-13 04:24:29 +0000 |
|---|---|---|
| committer | climbTheStairs <yxtqwf+github@gmail.com> | 2021-12-13 04:24:29 +0000 |
| commit | 81ba81a76579ae209f8971967e1892248272baf5 (patch) | |
| tree | bc18e0ef323d226926bab1b3d575a6e054520b9f | |
| parent | 72f476a141c485b1a005f72e4dab62e9e258abde (diff) | |
Fix inconsistent spaces/tabs in cgit.html
| -rw-r--r-- | cgit.html | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 ; |
