made snake oil certificate option optional

This commit is contained in:
nd 2020-04-30 20:01:35 +02:00
parent 6781423adf
commit 94bd2eabac
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9
3 changed files with 5 additions and 1 deletions

View file

@ -29,6 +29,9 @@ maps: {}
# force all traffic on ssl, except letsencrypt challenges
force_ssl: True
# generate a self signed certificate as default ssl cert
snakeoil_default: False
# install php-fpm, setup a php-handler upstream and copy a php location snippet to include in configs
# either "False", "True" or a dict *phpconfig*, see below for definition
php: False