Added docs/

This commit is contained in:
2021-05-03 20:40:17 +02:00
parent 17b25a3596
commit 2ada22481d
2 changed files with 21 additions and 0 deletions

2
.gitignore vendored
View File

@ -1,6 +1,8 @@
*
!src
!src/**
!docs
!docs/**
!Makefile
!.gitignore
!README.md

19
docs/example.conf Normal file
View File

@ -0,0 +1,19 @@
certificate /var/cert/cert.pem
private_key /var/cert/cert.key
#geoip_dir /var/dir
#dns_server 192.168.0.1
[localhost]
webroot /var/www/localhost
dir_mode forbidden
[me.local]
hostname www.example.com
port 80
http
[secure.local]
hostname www.example.com
port 443
https