add Google login

This commit is contained in:
2023-12-27 16:30:16 +01:00
parent ea5bdd7f1e
commit 0c90e19895
5 changed files with 53 additions and 12 deletions
+6
View File
@@ -70,7 +70,13 @@ http {
proxy_set_header X-Forwarded-Proto "$scheme";
proxy_set_header X-Forwarded-Host "$http_host";
proxy_pass https://backend;
}
location /signin-google/ {
proxy_pass_request_headers on;
proxy_set_header X-Forwarded-For "$proxy_add_x_forwarded_for";
proxy_set_header X-Forwarded-Proto "$scheme";
proxy_set_header X-Forwarded-Host "$http_host";
proxy_pass https://backend;
}
location /lib/ {