mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 11:58:41 +00:00
fix(server): wrong env variable condition in nginx conf (#8084)
This commit is contained in:
2
.github/deployment/front/nginx.conf
vendored
2
.github/deployment/front/nginx.conf
vendored
@@ -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/;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user