This commit is contained in:
Markos Gogoulos
2025-11-15 19:30:38 +02:00
parent 9ef4ef47f4
commit e8377d4623
9 changed files with 85 additions and 53 deletions

View File

@@ -1,4 +1,4 @@
user www-data;
user nginx;
worker_processes auto;
pid /run/nginx.pid;

View File

@@ -12,7 +12,7 @@ threads = 2
master = true
socket = 127.0.0.1:9000
socket = 0.0.0.0:9000
workers = 2