|
|
|
@@ -351,12 +351,6 @@ matrix_nginx_proxy_proxy_matrix_client_api_forwarded_location_prefix_regexes: | |
|
|
|
(['/_synapse/admin'] if matrix_nginx_proxy_proxy_matrix_client_api_forwarded_location_synapse_admin_api_enabled else []) |
|
|
|
}} |
|
|
|
|
|
|
|
# Specifies where requests for the root URI (`/`) on the `matrix.` domain should be redirected. |
|
|
|
# If this has an empty value, they're just passed to the homeserver, which serves a static page. |
|
|
|
# If you'd like to make `https://matrix.DOMAIN` redirect to `https://element.DOMAIN` (or something of that sort), specify the domain name here. |
|
|
|
# Example value: `element.DOMAIN` (or `{{ matrix_server_fqn_element }}`). |
|
|
|
matrix_nginx_proxy_proxy_matrix_client_redirect_root_uri_to_domain: "" |
|
|
|
|
|
|
|
# Controls whether proxying for the Matrix Federation API should be done. |
|
|
|
matrix_nginx_proxy_proxy_matrix_federation_api_enabled: false |
|
|
|
matrix_nginx_proxy_proxy_matrix_federation_api_addr_with_container: "matrix-nginx-proxy:12088" |
|
|
|
|