add Google login
This commit is contained in:
@@ -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/ {
|
||||
|
||||
Reference in New Issue
Block a user