mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-23 00:11:33 +03:00
fix(server): wrong env variable condition in nginx conf (#8084)
This commit is contained in:
parent
f688c057eb
commit
53886a7cd3
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/;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user