diff --git a/nginx/default.conf b/nginx/default.conf index c29565b..4f155bd 100644 --- a/nginx/default.conf +++ b/nginx/default.conf @@ -43,7 +43,7 @@ server { # Firebase Auth redirect handler — proxied through own domain so Safari ITP # does not block storage access on firebaseapp.com (cross-site tracker). # authDomain in firebase config must be set to this server's domain. - location ~ ^/__/auth/ { + location ~ ^/__/ { proxy_pass https://grateful-journal-491109.firebaseapp.com; proxy_http_version 1.1; proxy_ssl_server_name on;