Remove custom redirect
This commit is contained in:
parent
47a355270b
commit
d3290f1e1e
|
@ -19,10 +19,6 @@
|
||||||
default_type application/json;
|
default_type application/json;
|
||||||
add_header Access-Control-Allow-Origin *;
|
add_header Access-Control-Allow-Origin *;
|
||||||
}
|
}
|
||||||
|
|
||||||
location / {
|
|
||||||
return 302 https://{{ matrix_nginx_proxy_proxy_riot_hostname }};
|
|
||||||
}
|
|
||||||
{% endmacro %}
|
{% endmacro %}
|
||||||
|
|
||||||
server {
|
server {
|
||||||
|
|
Loading…
Reference in a new issue