mirror of
https://github.com/element-hq/element-docker-demo.git
synced 2026-01-25 22:37:00 +03:00
s/matrix-authentication-service/mas/g'
This commit is contained in:
@@ -47,7 +47,7 @@ server {
|
||||
include /etc/nginx/conf.d/include/ssl.conf;
|
||||
|
||||
location / {
|
||||
proxy_pass http://matrix-authentication-service:8080;
|
||||
proxy_pass http://mas:8080;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -62,7 +62,7 @@ server {
|
||||
listen [::]:8448 ssl default_server;
|
||||
|
||||
# pass auth to MAS
|
||||
location ~ ^/_matrix/client/(.*)/(login|logout|refresh) { proxy_pass http://matrix-authentication-service:8080; }
|
||||
location ~ ^/_matrix/client/(.*)/(login|logout|refresh) { proxy_pass http://mas:8080; }
|
||||
|
||||
# use the generic worker as a synchrotron:
|
||||
# taken from https://element-hq.github.io/synapse/latest/workers.html#synapseappgeneric_worker
|
||||
|
||||
Reference in New Issue
Block a user