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

Update upgrade

This commit is contained in:
Thatoo 2019-07-07 01:52:05 +02:00 committed by GitHub
parent 749cec920c
commit 25a07bd123
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -255,8 +255,8 @@ if [[ ! -e /var/www/.well-known/${domain}/server_name.json ]]; then
EOF
fi
if [[ ! -e /etc/nginx/conf.d/${domain}.d/name_server.conf ]]
cat > /etc/nginx/conf.d/${domain}.d/name_server.conf <<EOF
if [[ ! -e /etc/nginx/conf.d/${domain}.d/server_name.conf ]]
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;