mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 15:38:19 +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;
|
include /etc/nginx/mime.types;
|
||||||
default_type application/octet-stream;
|
default_type application/octet-stream;
|
||||||
|
|
||||||
listen 443 ssl;
|
listen ${SSL_NGINX_PORT:-3002} ssl;
|
||||||
listen [::]:443 ssl;
|
listen [::]:${SSL_NGINX_PORT:-3002} ssl;
|
||||||
server_name ${SSL_DOMAIN:-moviepilot};
|
server_name ${SSL_DOMAIN:-moviepilot};
|
||||||
|
|
||||||
# SSL证书路径
|
# SSL证书路径
|
||||||
|
|||||||
Reference in New Issue
Block a user