add riot web registration possibility

This commit is contained in:
teutat3s 2020-04-04 00:07:25 +02:00
parent 55d21c120a
commit d706a4c357
Signed by: teutat3s
GPG key ID: 18DAE600A6BBE705

View file

@ -7,6 +7,10 @@
{{- configuration_block }} {{- configuration_block }}
{% endfor %} {% endfor %}
# location ~ ^/(static|register) {
# proxy_pass http://matrix-registration:5000;
# }
location / { location / {
{% if matrix_nginx_proxy_enabled %} {% if matrix_nginx_proxy_enabled %}
{# Use the embedded DNS resolver in Docker containers to discover the service #} {# Use the embedded DNS resolver in Docker containers to discover the service #}