Skip to content

Commit c00efa2

Browse files
authored
Merge pull request #247 from metacpan/haarg/api-via-psgi
run the metacpan-api app.psgi, not the api.pl
2 parents 8ed8055 + 159c6dd commit c00efa2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

hieradata/common.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ metacpan::web::starman:
125125
- "st.aticpan.org"
126126
starman_port: 5000
127127
starman_workers: 2
128-
starman_init_template: 'starman/init.api.erb'
128+
starman_init_template: 'starman/init.pl.erb'
129129
vhost_extra_proxies:
130130
proxy_cpan_index:
131131
location: '/v1/cpan'

hieradata/env/production.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ metacpan::web::starman:
3131

3232
metacpan-api:
3333
git_enable: true
34-
starman_workers: 14
34+
starman_workers: 30
3535

3636
sco-redirect:
3737
git_enable: true

0 commit comments

Comments
 (0)