更新 nginx.conf
This commit is contained in:
parent
27418b7006
commit
77afba2adb
@ -22,6 +22,7 @@ http {
|
|||||||
include /etc/nginx/mime.types;
|
include /etc/nginx/mime.types;
|
||||||
default_type application/octet-stream;
|
default_type application/octet-stream;
|
||||||
|
|
||||||
|
listen ${NGINX_PORT};
|
||||||
listen [::]:${NGINX_PORT};
|
listen [::]:${NGINX_PORT};
|
||||||
server_name moviepilot;
|
server_name moviepilot;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user