fix(server): wrong env variable condition in nginx conf (#8084)

This commit is contained in:
Brooooooklyn
2024-09-04 08:57:04 +00:00
parent f688c057eb
commit 53886a7cd3

View File

@@ -14,7 +14,7 @@ http {
include /etc/nginx/conf.d/*.conf;
map "${AFFINE_ENV}" $mobile_root {
canary /app/mobile/;
dev /app/mobile/;
default /app/dist/;
}
}