File tree Expand file tree Collapse file tree 2 files changed +4
-41
lines changed Expand file tree Collapse file tree 2 files changed +4
-41
lines changed Original file line number Diff line number Diff line change 22# in the same project.
33
44# The name of this app. Must be unique within a project.
5- name : php
5+ name : symfonydocs
66
77# The toolstack used to build the application.
88type : " php"
1818 - index.html
1919 whitelist :
2020 - \.html$
21+ - \.txt$
2122
2223 # CSS and Javascript.
2324 - \.css$
2627
2728 # image/* types.
2829 - \.gif$
29- - \.jpe?g$
3030 - \.png$
31- - \.tiff?$
32- - \.wbmp$
3331 - \.ico$
34- - \.jng$
35- - \.bmp$
3632 - \.svgz?$
3733
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-
7134 # fonts types.
7235 - \.ttf$
7336 - \.eot$
7841 - /robots\.txt$
7942
8043# The size of the persistent disk of the application (in MB).
81- disk : 2048
44+ disk : 512
8245
8346# Build time dependencies.
8447dependencies :
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ http://{default}/:
1313 ssi :
1414 enabled : false
1515 type : upstream
16- upstream : php :php
16+ upstream : symfonydocs :php
You can’t perform that action at this time.
0 commit comments