mirror of
https://github.com/YunoHost-Apps/synapse_ynh.git
synced 2024-09-03 20:26:38 +02:00
Merge 1f1a184cff
into ca59bbc508
This commit is contained in:
commit
dac94f6b2e
2 changed files with 2 additions and 2 deletions
|
@ -186,7 +186,7 @@ listeners:
|
|||
tls: false
|
||||
type: http
|
||||
x_forwarded: true
|
||||
bind_addresses: ['::1', '127.0.0.1']
|
||||
bind_addresses: [127.0.0.1]
|
||||
|
||||
resources:
|
||||
- names: [client, federation]
|
||||
|
|
|
@ -8,7 +8,7 @@ User=turnserver
|
|||
Group=turnserver
|
||||
Type=notify
|
||||
EnvironmentFile=/etc/matrix-__APP__/coturn_env
|
||||
ExecStart=/usr/bin/turnserver -c /etc/matrix-__APP__/coturn.conf $EXTRA_OPTIONS --pidfile=
|
||||
ExecStart=/usr/bin/turnserver -c /etc/matrix-__APP__/coturn.conf $EXTRA_OPTIONS -L 0.0.0.0 --pidfile=
|
||||
Restart=on-failure
|
||||
InaccessibleDirectories=/home
|
||||
PrivateTmp=yes
|
||||
|
|
Loading…
Add table
Reference in a new issue