"pid" directive is duplicate in /etc/nginx/nginx.conf

Hi,

I’m trying to set up a very simple nginx web server on top of an
archlinux
distribution. Here is my nginx.conf :

user http;
worker_processes 1;
error_log /var/log/nginx/error.log;
pid /var/run/nginx.pid;

events {
worker_connections 1024;
}

http {
include mime.types;
default_type application/octet-stream;
}

it’s a very simple one, no nested includes other than mime.types. But
when I
try to start my server, I have the following error :

“pid” directive is duplicate in /etc/nginx/nginx.conf

And I don’t know why, as there are no other “pid” directive. If I
comment
the “pid” line, it’s ok.

Can you explain me what am I missing ?

Thanks in advance

Posted at Nginx Forum:

Hello,

See here FS#46500 : [nginx] Systemd file with default PID/error
https://bugs.archlinux.org/task/46500.

Kurt C.
https://www.x64architecture https://www.x64architecture/.com

Hello,

See here FS#46500 : [nginx] Systemd file with default PID/error.

Kurt C.
https://www.x64architecture.com