Add simple echo CGI script.
[newgopher.git] / server.conf
blob5d323307ae7a4bcb21c5880c89ebbdcf015cf438
1 Host localhost
2 Port 32070
3 Root ./public_gopher
6 # DEBUG OPTIONS
8 # TLS MUST NEVER BE OFF in production
10 Debug 0
11 TLSoff 1
14 # If your private key requires interactive pass-pharse entry,
15 # you have 2 options:
16 #  a) strip the key from the file with
17 #     $ openssl rsa -in server.key -out server.key.raw 
18 #  b) provide it in the "TLSpassphrase" option
20 TLSkey server.key
21 TLScert server.crt
22 TLSpassphrase passphrase