mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2024-12-25 18:38:30 +01:00
Fix broken cover photo for matrix-registration
This commit is contained in:
parent
1fd81835b6
commit
6def66940f
@ -36,7 +36,7 @@
|
|||||||
Also fixing the form, which goes to /register.
|
Also fixing the form, which goes to /register.
|
||||||
#}
|
#}
|
||||||
sub_filter_once off;
|
sub_filter_once off;
|
||||||
sub_filter_types text/html;
|
sub_filter_types text/html text/css;
|
||||||
sub_filter "/static/" "{{ matrix_registration_public_endpoint }}/static/";
|
sub_filter "/static/" "{{ matrix_registration_public_endpoint }}/static/";
|
||||||
sub_filter "/register" "{{ matrix_registration_public_endpoint }}/register";
|
sub_filter "/register" "{{ matrix_registration_public_endpoint }}/register";
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user