creating acme-challenge dir on ftp

This commit is contained in:
Marvin Steadfast 2018-01-10 09:58:35 +00:00
parent 8751516bae
commit 438317d96f
2 changed files with 4 additions and 2 deletions

View File

@ -30,16 +30,18 @@ RSS_FEED_SUMMARY_ONLY = False
# path-specific metadata
EXTRA_PATH_METADATA = {
# 'extra/robots.txt': {'path': 'robots.txt'},
'extra/CNAME': {'path': 'CNAME'},
# 'extra/CNAME': {'path': 'CNAME'},
'extra/.htaccess': {'path': '.htaccess'},
'extra/.well-known/acme-challenge/.keep': {'path': '.well-known/acme-challenge/.keep'}
}
# static paths will be copied without parsing their contents
STATIC_PATHS = [
'images',
# 'extra/robots.txt',
'extra/CNAME',
# 'extra/CNAME',
'extra/.htaccess',
'extra/.well-known/acme-challenge/.keep',
# 'code',
# 'notebooks'
]