Initial commit.
This commit is contained in:
23
app.yaml
Normal file
23
app.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
runtime: python27
|
||||
version: 1
|
||||
api_version: 1
|
||||
application: fctv-player-1127
|
||||
threadsafe: true
|
||||
|
||||
handlers:
|
||||
- url: /
|
||||
static_files: static/clicks.html
|
||||
upload: static/clicks.html
|
||||
secure: always
|
||||
http_headers:
|
||||
X-Frame-Options: DENY
|
||||
X-Content-Type-Options: nosniff
|
||||
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
|
||||
|
||||
- url: /static
|
||||
static_dir: static
|
||||
secure: always
|
||||
http_headers:
|
||||
X-Frame-Options: DENY
|
||||
X-Content-Type-Options: nosniff
|
||||
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
|
||||
Reference in New Issue
Block a user