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