use official discord button and disable other not yet approved external login providers

This commit is contained in:
2024-01-21 14:51:17 +01:00
parent 55eeae5693
commit fb8964062b
4 changed files with 16 additions and 2 deletions
+4
View File
@@ -91,5 +91,9 @@ http {
proxy_pass https://backend;
proxy_pass_request_headers on;
}
location /img/ {
proxy_pass https://backend;
proxy_pass_request_headers on;
}
}
}