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:
parent
749cec920c
commit
25a07bd123
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue