File tree 2 files changed +4
-41
lines changed
2 files changed +4
-41
lines changed Original file line number Diff line number Diff line change 2
2
# in the same project.
3
3
4
4
# The name of this app. Must be unique within a project.
5
- name : php
5
+ name : symfonydocs
6
6
7
7
# The toolstack used to build the application.
8
8
type : " php"
18
18
- index.html
19
19
whitelist :
20
20
- \.html$
21
+ - \.txt$
21
22
22
23
# CSS and Javascript.
23
24
- \.css$
26
27
27
28
# image/* types.
28
29
- \.gif$
29
- - \.jpe?g$
30
30
- \.png$
31
- - \.tiff?$
32
- - \.wbmp$
33
31
- \.ico$
34
- - \.jng$
35
- - \.bmp$
36
32
- \.svgz?$
37
33
38
- # audio/* types.
39
- - \.midi?$
40
- - \.mpe?ga$
41
- - \.mp2$
42
- - \.mp3$
43
- - \.m4a$
44
- - \.ra$
45
- - \.weba$
46
-
47
- # video/* types.
48
- - \.3gpp?$
49
- - \.mp4$
50
- - \.mpe?g$
51
- - \.mpe$
52
- - \.ogv$
53
- - \.mov$
54
- - \.webm$
55
- - \.flv$
56
- - \.mng$
57
- - \.asx$
58
- - \.asf$
59
- - \.wmv$
60
- - \.avi$
61
-
62
- # application/ogg.
63
- - \.ogx$
64
-
65
- # application/x-shockwave-flash.
66
- - \.swf$
67
-
68
- # application/java-archive.
69
- - \.jar$
70
-
71
34
# fonts types.
72
35
- \.ttf$
73
36
- \.eot$
78
41
- /robots\.txt$
79
42
80
43
# The size of the persistent disk of the application (in MB).
81
- disk : 2048
44
+ disk : 512
82
45
83
46
# Build time dependencies.
84
47
dependencies :
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ http://{default}/:
13
13
ssi :
14
14
enabled : false
15
15
type : upstream
16
- upstream : php :php
16
+ upstream : symfonydocs :php
You can’t perform that action at this time.
0 commit comments