diff options
author | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-02-04 12:03:46 +0000 |
---|---|---|
committer | Dmitry Ilvokhin <d@ilvokhin.com> | 2024-02-04 12:04:57 +0000 |
commit | a8d6ef3a811713beaabfd0f9a9592016159e17ac (patch) | |
tree | 3d493368c876f0b27aa328da9efe071c85a2ea2d /roles/git/files | |
parent | 3669c50d56f79a94e7114c079e65ddc0fe4b10a7 (diff) | |
download | infra-a8d6ef3a811713beaabfd0f9a9592016159e17ac.tar.gz infra-a8d6ef3a811713beaabfd0f9a9592016159e17ac.tar.bz2 infra-a8d6ef3a811713beaabfd0f9a9592016159e17ac.zip |
Add semicolon to nginx config for git
Diffstat (limited to 'roles/git/files')
-rw-r--r-- | roles/git/files/git.ilvokhin.com | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/git/files/git.ilvokhin.com b/roles/git/files/git.ilvokhin.com index bea98a5..d94585f 100644 --- a/roles/git/files/git.ilvokhin.com +++ b/roles/git/files/git.ilvokhin.com @@ -7,7 +7,7 @@ server { # Asterisk (*) is here to match both git.conf and cgit.conf (if the latter # exists), because cgit comes with a separate role, but they share one # server (git.ilvokhin.com) for usage convenience. - include includes/*git.conf + include includes/*git.conf; listen 443 ssl; ssl_certificate /etc/letsencrypt/live/git.ilvokhin.com/fullchain.pem; |