mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-05-10 16:22:41 +08:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
65b17e4f2b | ||
|
|
23c6898789 | ||
|
|
df2a1be2a2 |
@@ -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;
|
||||
}
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
APP_VERSION = 'v2.4.1'
|
||||
FRONTEND_VERSION = 'v2.4.1'
|
||||
APP_VERSION = 'v2.4.2'
|
||||
FRONTEND_VERSION = 'v2.4.2'
|
||||
|
||||
Reference in New Issue
Block a user