1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/synapse_ynh.git synced 2024-09-03 20:26:38 +02:00

Update install

This commit is contained in:
Thatoo 2019-07-07 10:50:40 +02:00 committed by GitHub
parent 25a07bd123
commit f0f3ea88f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -202,11 +202,9 @@ if [[ $server_name != $domain ]]; then
EOF
cat > /etc/nginx/conf.d/${domain}.d/server_name.conf <<EOF
{
location /.well-known/matrix/server {
alias /var/www/.well-known/${domain}/server_name.json;
}
}
EOF
fi