Skip to content

Commit

Permalink
include ssl in the app requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
lheagy committed Jul 18, 2018
1 parent 4a9b6aa commit 8b049c4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ threadsafe: yes

handlers:

# cert
# - url: /.well-known/acme-challenge
# static_dir: letsencrypt

# favicon
- url: /favicon\.ico
static_files: favicon.ico
Expand Down Expand Up @@ -134,4 +130,6 @@ libraries:
version: "latest"
- name: jinja2
version: "latest"
- name: ssl
version: "latest"

0 comments on commit 8b049c4

Please sign in to comment.