mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-05-11 18:10:15 +08:00
fix(docker): 优化容器启动、优雅退出和Nginx配置
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
worker_processes 1;
|
||||
user root;
|
||||
daemon on;
|
||||
pid /var/run/nginx_proxy.pid;
|
||||
|
||||
events {
|
||||
worker_connections 1024;
|
||||
|
||||
Reference in New Issue
Block a user