-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathapp.yaml
More file actions
73 lines (67 loc) · 1.32 KB
/
app.yaml
File metadata and controls
73 lines (67 loc) · 1.32 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
application: webrtcgame
version: live
runtime: go
api_version: go1
handlers:
# Static
- url: /javascript
static_dir: public/javascript
expiration: '7d'
- url: /images
static_dir: public/images
expiration: '7d'
- url: /dmaf__assets
static_dir: public/dmaf__assets
expiration: '7d'
- url: /lang
static_dir: public/lang
expiration: '7d'
mime_type: application/javascript
- url: /fonts
static_dir: public/fonts
expiration: '7d'
- url: /stylesheets
static_dir: public/stylesheets
expiration: '7d'
- url: /favicon.ico
static_files: public/images/favicon.ico
upload: public/favicon.ico
expiration: '7d'
- url: /robots.txt
static_files: public/robots.txt
upload: public/robots.txt
- url: /(.*\.html)
static_files: public/\1
upload: public/(.*\.html)
# Tasks
- url: /_expire
script: _go_app
login: admin
# Rooms
- url: /.*
script: _go_app
secure: always
inbound_services:
- channel_presence
skip_files:
- ^(.*/)?app\.yaml
- ^(.*/)?app\.yml
- ^(.*/)?index\.yaml
- ^(.*/)?index\.yml
- ^(.*/)?#.*#
- ^(.*/)?.*~
- ^(.*/)?.*\.py[co]
- ^(.*/)?.*/RCS/.*
- ^(.*/)?\..*
- ^(.*/)?node_modules/.*$
- ^(.*/)?components/.*$
- ^(.*/)?lib/.*$
- ^(.*/)?test/.*$
- ^(.*/)?ui/.*$
pagespeed:
domains_to_rewrite:
- www.cubeslam.com
- https://www.cubeslam.com
disabled_rewriters:
- LazyloadImages
- lazyload_images