blob: f8ed683b4bccca39ab05bbeb73927d9e2e492c15 (
plain)
1
2
3
4
5
6
7
8
9
10
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
|