2015-11-20 22:45:12 -08:00
|
|
|
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
|
2015-11-25 22:14:02 -08:00
|
|
|
expiration: "1d"
|
2015-11-20 22:45:12 -08:00
|
|
|
http_headers:
|
|
|
|
|
X-Content-Type-Options: nosniff
|
|
|
|
|
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
|
|
|
|
|
|
|
|
|
|
- url: /static
|
|
|
|
|
static_dir: static
|
|
|
|
|
secure: always
|
2015-11-25 22:14:02 -08:00
|
|
|
expiration: "1d"
|
2015-11-20 22:45:12 -08:00
|
|
|
http_headers:
|
|
|
|
|
X-Content-Type-Options: nosniff
|
|
|
|
|
Strict-Transport-Security: max-age=31536000; includeSubDomains; preload
|