mirror of
https://github.com/mediacms-io/mediacms.git
synced 2025-12-13 15:22:30 -05:00
this
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
user www-data;
|
||||
user nginx;
|
||||
worker_processes auto;
|
||||
pid /run/nginx.pid;
|
||||
|
||||
|
||||
@@ -12,7 +12,7 @@ threads = 2
|
||||
|
||||
master = true
|
||||
|
||||
socket = 127.0.0.1:9000
|
||||
socket = 0.0.0.0:9000
|
||||
|
||||
workers = 2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user