creating acme-challenge dir on ftp
This commit is contained in:
parent
8751516bae
commit
438317d96f
0
content/extra/.well-known/acme-challenge/.keep
Normal file
0
content/extra/.well-known/acme-challenge/.keep
Normal file
@ -30,16 +30,18 @@ RSS_FEED_SUMMARY_ONLY = False
|
|||||||
# path-specific metadata
|
# path-specific metadata
|
||||||
EXTRA_PATH_METADATA = {
|
EXTRA_PATH_METADATA = {
|
||||||
# 'extra/robots.txt': {'path': 'robots.txt'},
|
# 'extra/robots.txt': {'path': 'robots.txt'},
|
||||||
'extra/CNAME': {'path': 'CNAME'},
|
# 'extra/CNAME': {'path': 'CNAME'},
|
||||||
'extra/.htaccess': {'path': '.htaccess'},
|
'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 will be copied without parsing their contents
|
||||||
STATIC_PATHS = [
|
STATIC_PATHS = [
|
||||||
'images',
|
'images',
|
||||||
# 'extra/robots.txt',
|
# 'extra/robots.txt',
|
||||||
'extra/CNAME',
|
# 'extra/CNAME',
|
||||||
'extra/.htaccess',
|
'extra/.htaccess',
|
||||||
|
'extra/.well-known/acme-challenge/.keep',
|
||||||
# 'code',
|
# 'code',
|
||||||
# 'notebooks'
|
# 'notebooks'
|
||||||
]
|
]
|
||||||
|
Loading…
Reference in New Issue
Block a user