add riot web registration possibility

pub.solar
teutat3s 2020-04-04 00:07:25 +02:00
parent 55d21c120a
commit d706a4c357
Signed by: teutat3s
GPG Key ID: 18DAE600A6BBE705
1 changed files with 4 additions and 0 deletions

View File

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