mirror of
https://gitlab.archlinux.org/archlinux/infrastructure.git
synced 2025-01-18 08:06:16 +01:00
16 lines
358 B
YAML
16 lines
358 B
YAML
worker_name: media_repository
|
|
worker_app: synapse.app.media_repository
|
|
worker_listeners:
|
|
- port: 8013
|
|
type: http
|
|
x_forwarded: true
|
|
bind_addresses: ['::1', '127.0.0.1']
|
|
resources:
|
|
- names: [media, client, federation]
|
|
compress: false
|
|
- port: 8023
|
|
type: metrics
|
|
bind_addresses: ['127.0.0.1']
|
|
|
|
# vim:set sw=2 sts=-1 et:
|