Compare commits

..

3 Commits

Author SHA1 Message Date
jxxghp
65b17e4f2b v2.4.2
- 修复普通用户通过媒体卡片跳转搜索时无法选择站点的问题,普通用户不能修改搜索站点,会按管理员预设站点直接搜索
2025-04-22 17:35:30 +08:00
jxxghp
23c6898789 更新 nginx.template.conf 2025-04-21 21:42:12 +08:00
jxxghp
df2a1be2a2 更新 nginx.template.conf 2025-04-21 21:33:00 +08:00
2 changed files with 2 additions and 7 deletions

View File

@@ -34,11 +34,6 @@ http {
listen [::]:${NGINX_PORT};
server_name moviepilot;
# HTTPS重定向
if (${ENABLE_SSL} = 'true') {
return 301 https://$host$request_uri;
}
# 公共配置
include common.conf;
}

View File

@@ -1,2 +1,2 @@
APP_VERSION = 'v2.4.1'
FRONTEND_VERSION = 'v2.4.1'
APP_VERSION = 'v2.4.2'
FRONTEND_VERSION = 'v2.4.2'