diff options
author | Blaise Thompson <blaise@untzag.com> | 2021-06-20 20:38:43 -0500 |
---|---|---|
committer | Blaise Thompson <blaise@untzag.com> | 2021-06-20 20:38:43 -0500 |
commit | 9ea2493cabcb2535fa22bf85d71f18bcd845b7da (patch) | |
tree | 0c62dab13b105618a0f6b11b744964d58fb13dd2 | |
parent | 40945df750a36d49a8665c1a4261828b5d59df26 (diff) | |
parent | 8ec863db6f352f5230e22ea85aa2810bfe31bafd (diff) |
Merge branch 'master' of git.blaise.zone:website/blog
-rw-r--r-- | posts/personal-git.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/posts/personal-git.md b/posts/personal-git.md new file mode 100644 index 0000000..f8ed683 --- /dev/null +++ b/posts/personal-git.md @@ -0,0 +1,11 @@ +title: personal-git +date: 2021-06-19 +tags: + +https://blog.stefan-koch.name/2020/02/16/installing-cgit-nginx-on-debian +https://www.rahielkasim.com/mirror-git-repositories-and-serve-them-with-cgit/ +https://www.digitalocean.com/community/tutorials/how-to-secure-nginx-with-let-s-encrypt-on-debian-10 + +apt install cgit nginx fcgiwrap +systemctl start nginx fcgiwrap +systemctl enable nginx fcgiwrap
\ No newline at end of file |