fix(synapse): fix incorrect proxy port number
Cassie Cheung 2 years ago 8f4e4039 62fc9197
··· 97 97 }; 98 98 99 99 locations."~ ^(/_matrix|/_synapse/client)" = { 100 100 - proxyPass = "http://localhost:8080"; 100 100 + proxyPass = "http://localhost:8008"; 101 101 extraConfig = '' 102 102 client_max_body_size 100M; 103 103 '';