diff --git a/etc/nginx/include.d/generic_worker.conf b/etc/nginx/include.d/generic_worker.conf index d58cb75..e6d9a99 100644 --- a/etc/nginx/include.d/generic_worker.conf +++ b/etc/nginx/include.d/generic_worker.conf @@ -238,6 +238,11 @@ location ~ ^/_matrix/client/(r0|v3|unstable)/user/.*/filter(/|$) { proxy_pass http://generic_worker_lc; } +location ~ ^/_matrix/client/(r0|v3|unstable)/password_policy$ { + include include.d/synapse-proxy.conf; + proxy_pass http://generic_worker_lc; +} + ## Encryption requests location ~ ^/_matrix/client/(r0|v3|unstable)/keys/query$ {