mirror of
https://github.com/mempool/mempool.git
synced 2025-04-09 04:18:27 +02:00
Add missing lines at top of nginx.conf for user and pid files
This commit is contained in:
parent
d92492eba6
commit
e4d54ebb14
@ -1,3 +1,5 @@
|
||||
user nobody;
|
||||
pid /var/run/nginx.pid;
|
||||
include /usr/local/etc/nginx/modules-enabled/*.conf;
|
||||
|
||||
worker_processes auto;
|
||||
|
Loading…
x
Reference in New Issue
Block a user