更新 nginx.conf

This commit is contained in:
jxxghp
2023-07-22 22:55:58 +08:00
committed by GitHub
parent 27418b7006
commit 77afba2adb

View File

@ -22,6 +22,7 @@ http {
include /etc/nginx/mime.types;
default_type application/octet-stream;
listen ${NGINX_PORT};
listen [::]:${NGINX_PORT};
server_name moviepilot;