Update default.conf
This commit is contained in:
@@ -43,7 +43,7 @@ server {
|
|||||||
# Firebase Auth redirect handler — proxied through own domain so Safari ITP
|
# Firebase Auth redirect handler — proxied through own domain so Safari ITP
|
||||||
# does not block storage access on firebaseapp.com (cross-site tracker).
|
# does not block storage access on firebaseapp.com (cross-site tracker).
|
||||||
# authDomain in firebase config must be set to this server's domain.
|
# authDomain in firebase config must be set to this server's domain.
|
||||||
location ~ ^/__/auth/ {
|
location ~ ^/__/ {
|
||||||
proxy_pass https://grateful-journal-491109.firebaseapp.com;
|
proxy_pass https://grateful-journal-491109.firebaseapp.com;
|
||||||
proxy_http_version 1.1;
|
proxy_http_version 1.1;
|
||||||
proxy_ssl_server_name on;
|
proxy_ssl_server_name on;
|
||||||
|
|||||||
Reference in New Issue
Block a user