Update default.conf

This commit is contained in:
2026-04-24 12:05:43 +05:30
parent 9474b534ee
commit 9aaffae1c6

View File

@@ -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;