add riot web registration possibility
This commit is contained in:
parent
55d21c120a
commit
d706a4c357
1 changed files with 4 additions and 0 deletions
|
@ -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 #}
|
||||
|
|
Loading…
Add table
Reference in a new issue