letsencrypt enabled
This commit is contained in:
parent
ca73e1b38f
commit
e9b6034bd7
1 changed files with 6 additions and 0 deletions
|
@ -209,6 +209,8 @@ created: 1287531313
|
||||||
ipv6_disabled: 0
|
ipv6_disabled: 0
|
||||||
# redirect from http to https?
|
# redirect from http to https?
|
||||||
redirect_to_https: 0
|
redirect_to_https: 0
|
||||||
|
# use Lets Encrypt to generate http certificate?
|
||||||
|
use_letsencrypt: 1
|
||||||
|
|
||||||
# inline plugin
|
# inline plugin
|
||||||
# enable rss feeds by default?
|
# enable rss feeds by default?
|
||||||
|
@ -429,6 +431,10 @@ calendar_autocreate: 1
|
||||||
# if set, when building calendar pages, also build pages of year and month when no pages were published (building empty calendars).
|
# if set, when building calendar pages, also build pages of year and month when no pages were published (building empty calendars).
|
||||||
calendar_fill_gaps: 1
|
calendar_fill_gaps: 1
|
||||||
|
|
||||||
|
# img plugin
|
||||||
|
# Image formats to process (jpeg, png, gif, svg, pdf or 'everything' to accept all)
|
||||||
|
#img_allowed_formats: ''
|
||||||
|
|
||||||
# listdirectives plugin
|
# listdirectives plugin
|
||||||
# directory in srcdir that contains directive descriptions
|
# directory in srcdir that contains directive descriptions
|
||||||
directive_description_dir: ikiwiki/directive
|
directive_description_dir: ikiwiki/directive
|
||||||
|
|
Loading…
Reference in a new issue