Skip to content

Commit fdb77db

Browse files
GuGussweaverryan
GuGuss
authored andcommitted
Improve configuration files.
1 parent 0ccc566 commit fdb77db

File tree

2 files changed

+4
-41
lines changed

2 files changed

+4
-41
lines changed

Diff for: .platform.app.yaml

+3-40
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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.
88
type: "php"
@@ -18,6 +18,7 @@ web:
1818
- index.html
1919
whitelist:
2020
- \.html$
21+
- \.txt$
2122

2223
# CSS and Javascript.
2324
- \.css$
@@ -26,48 +27,10 @@ web:
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$
@@ -78,7 +41,7 @@ web:
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.
8447
dependencies:

Diff for: .platform/routes.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ http://{default}/:
1313
ssi:
1414
enabled: false
1515
type: upstream
16-
upstream: php:php
16+
upstream: symfonydocs:php

0 commit comments

Comments
 (0)