blobstore job from bosh/115
Github source:
9fe2b234
or
master branch
Properties¶
blobstore
¶
agent
¶
password
¶Password agents must use to access blobstore via HTTP Basic
user
¶Username agents must use to access blobstore via HTTP Basic
backend_port
¶TCP port backend blobstore server (simple blobstore) listens on
- Default
25251
director
¶
password
¶Password director must use to access blobstore via HTTP Basic
user
¶Username director must use to access blobstore via HTTP Basic
max_upload_size
¶Max allowed file size for upload
- Default
5000m
port
¶TCP port blobstore server (ngnix) listens on
- Default
25250
Templates¶
Templates are rendered and placed onto corresponding
instances during the deployment process. This job's templates
will be placed into /var/vcap/jobs/blobstore/
directory
(learn more).
bin/nginx_ctl
(fromnginx_ctl
)config/mime.types
(frommime.types
)config/nginx.conf
(fromnginx.conf.erb
)config/read_users
(fromread_users.erb
)config/sites/blobstore.conf
(fromblobstore.conf.erb
)config/write_users
(fromwrite_users.erb
)
Packages¶
Packages are compiled and placed onto corresponding
instances during the deployment process. Packages will be
placed into /var/vcap/packages/
directory.