Skip to content
This repository was archived by the owner on May 25, 2023. It is now read-only.

Commit 1363486

Browse files
committed
1 parent 3f399d4 commit 1363486

File tree

1 file changed

+11
-8
lines changed

1 file changed

+11
-8
lines changed

server/gae-python/app.yaml

+11-8
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,16 @@ api_version: 1
33
threadsafe: true
44

55
libraries:
6-
- name: PIL
7-
version: latest
6+
- name: PIL
7+
version: latest
88

99
handlers:
10-
- url: /(favicon\.ico|robots\.txt)
11-
static_files: static/\1
12-
upload: static/(.*)
13-
expiration: '1d'
14-
- url: /.*
15-
script: main.app
10+
- url: /(favicon\.ico|robots\.txt)
11+
static_files: static/\1
12+
upload: static/(.*)
13+
expiration: '1d'
14+
- url: /.*
15+
script: main.app
16+
17+
automatic_scaling:
18+
max_instances: 1

0 commit comments

Comments
 (0)