mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-03-20 03:57:30 +08:00
Update NGINX SSL port configuration
This commit is contained in:
@@ -183,8 +183,8 @@ if [ "${ENABLE_SSL}" = "true" ]; then
|
||||
include /etc/nginx/mime.types;
|
||||
default_type application/octet-stream;
|
||||
|
||||
listen 443 ssl;
|
||||
listen [::]:443 ssl;
|
||||
listen ${SSL_NGINX_PORT:-3002} ssl;
|
||||
listen [::]:${SSL_NGINX_PORT:-3002} ssl;
|
||||
server_name ${SSL_DOMAIN:-moviepilot};
|
||||
|
||||
# SSL证书路径
|
||||
|
||||
Reference in New Issue
Block a user