mirror of
https://git.anonymousland.org/deathrow/synapse-docker-deployment.git
synced 2025-02-14 15:11:25 -05:00
Update
This commit is contained in:
parent
a906b7859e
commit
c5ec38aaa1
@ -31,16 +31,6 @@ server {
|
||||
# Client_Worker
|
||||
include /config/nginx/include.d/client_worker.conf;
|
||||
|
||||
location ~ ^(/_matrix|/_synapse/client) {
|
||||
include /config/nginx/proxy.conf;
|
||||
include /config/nginx/resolver.conf;
|
||||
include /config/nginx/include.d/synapse-proxy.conf;
|
||||
set $upstream_app synapse;
|
||||
set $upstream_port 8008;
|
||||
set $upstream_proto http;
|
||||
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
||||
}
|
||||
|
||||
# Register
|
||||
include /config/nginx/include.d/register.conf;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user