minor config changes for let's encrypt certbot, stub index.html

mastodon
Ryan Barrett 2017-08-16 07:47:21 -07:00
rodzic ec348a46bb
commit 01e5df53c1
3 zmienionych plików z 5 dodań i 0 usunięć

1
.gitignore vendored
Wyświetl plik

@ -1,4 +1,5 @@
.coverage
/.well-known/acme-challenge/
datastore.dat*
/docs/_build/
/l

Wyświetl plik

@ -30,6 +30,9 @@ handlers:
- url: /oauth_dropins/static
static_dir: local/lib/python2.7/site-packages/oauth_dropins/static
- url: /.well-known
static_dir: .well-known
- url: /
static_files: static/index.html
upload: static/index.html

Wyświetl plik

@ -0,0 +1 @@
TODO