mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-16 09:36:17 +08:00
fix(server): wrong mobile root in dev env
This commit is contained in:
@@ -12,9 +12,4 @@ http {
|
||||
'"$http_user_agent" "$http_x_forwarded_for"';
|
||||
access_log /var/log/nginx/access.log main;
|
||||
include /etc/nginx/conf.d/*.conf;
|
||||
|
||||
map "${AFFINE_ENV}" $mobile_root {
|
||||
dev /app/mobile/;
|
||||
default /app/dist/;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user