更新 nginx.conf

This commit is contained in:
jxxghp 2023-07-22 22:55:58 +08:00 committed by GitHub
parent 27418b7006
commit 77afba2adb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;