memex-in commited on
Commit
bd7da39
·
verified ·
1 Parent(s): bc806d7

Update nginx.conf

Browse files
Files changed (1) hide show
  1. nginx.conf +2 -1
nginx.conf CHANGED
@@ -1,10 +1,11 @@
1
- user nginx;
2
 
3
  worker_processes auto;
4
  events { worker_connections 1024; }
5
 
6
  http {
7
  client_body_temp_path /tmp/nginx/client_temp;
 
8
 
9
  server {
10
  listen 7860;
 
1
+ # nginx.conf
2
 
3
  worker_processes auto;
4
  events { worker_connections 1024; }
5
 
6
  http {
7
  client_body_temp_path /tmp/nginx/client_temp;
8
+ pid /tmp/nginx/nginx.pid; # write PID in /tmp instead
9
 
10
  server {
11
  listen 7860;