1
0
mirror of https://github.com/ArcticFoxes-net/Synapse-Ubuntu-ZFS synced 2024-11-09 04:11:33 -05:00

Update synapse.conf

Signed-off-by: Tommy <contact@tommytran.io>
This commit is contained in:
Tommy 2023-09-08 17:50:31 -07:00 committed by GitHub
parent c769898067
commit 4184cc9ce8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,9 +32,6 @@ server {
}
location / {
set $upstream_app 127.0.0.1;
set $upstream_port 8008;
set $upstream_proto http;
proxy_pass http://unix:/var/lib/matrix-synapse/matrix-synapse.sock:;
}
}
}