From 9aaffae1c6b519f83a973a955f99e60afaa3864e Mon Sep 17 00:00:00 2001 From: Jeet Debnath Date: Fri, 24 Apr 2026 12:05:43 +0530 Subject: [PATCH] Update default.conf --- nginx/default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;