summaryrefslogtreecommitdiff
path: root/git.berowski.com
blob: 0f4e9fe346f650f04b791916782060a110cc4632 (plain)
1
2
3
4
5
6
7
8
9
10
server {
	listen 80 ;
	listen [::]:80 ;
	server_name git.berowski.com ;
	root /srv/git ;
	index index.html index.htm index.nginx-debian.html ;
	location / {
		try_files $uri $uri/ =404 ;
	}
}