Remove custom redirect

This commit is contained in:
teutat3s 2020-07-20 08:49:10 +02:00
parent 47a355270b
commit d3290f1e1e
Signed by: teutat3s
GPG key ID: 18DAE600A6BBE705

View file

@ -19,10 +19,6 @@
default_type application/json;
add_header Access-Control-Allow-Origin *;
}
location / {
return 302 https://{{ matrix_nginx_proxy_proxy_riot_hostname }};
}
{% endmacro %}
server {