mirror of
https://github.com/mempool/mempool.git
synced 2025-03-03 17:47:01 +01:00
Add missing lines at top of nginx.conf for user and pid files
This commit is contained in:
parent
d92492eba6
commit
e4d54ebb14
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
user nobody;
|
||||||
|
pid /var/run/nginx.pid;
|
||||||
include /usr/local/etc/nginx/modules-enabled/*.conf;
|
include /usr/local/etc/nginx/modules-enabled/*.conf;
|
||||||
|
|
||||||
worker_processes auto;
|
worker_processes auto;
|
||||||
|
|
Loading…
Add table
Reference in a new issue