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
|
tls: false
|
||||||
type: http
|
type: http
|
||||||
x_forwarded: true
|
x_forwarded: true
|
||||||
bind_addresses: ['::1', '127.0.0.1']
|
bind_addresses: [127.0.0.1]
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- names: [client, federation]
|
- names: [client, federation]
|
||||||
|
|
|
@ -8,7 +8,7 @@ User=turnserver
|
||||||
Group=turnserver
|
Group=turnserver
|
||||||
Type=notify
|
Type=notify
|
||||||
EnvironmentFile=/etc/matrix-__APP__/coturn_env
|
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
|
Restart=on-failure
|
||||||
InaccessibleDirectories=/home
|
InaccessibleDirectories=/home
|
||||||
PrivateTmp=yes
|
PrivateTmp=yes
|
||||||
|
|
Loading…
Add table
Reference in a new issue