<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><div class="">Hello,</div><div class=""><br class=""></div>See here <a href="https://bugs.archlinux.org/task/46500" class="">https://bugs.archlinux.org/task/46500</a>.<div class=""><br class=""></div><div class="">Kurt Cancemi</div><div class=""><a href="https://www.x64architecture" class="">https://www.x64architecture</a>.com<br class=""><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Jun 2, 2016, at 04:01, Harkonnen <<a href="mailto:nginx-forum@forum.nginx.org" class="">nginx-forum@forum.nginx.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Hi,<br class=""><br class="">I'm trying to set up a very simple nginx web server on top of an archlinux<br class="">distribution. Here is my nginx.conf :<br class=""><br class="">user                          http;<br class="">worker_processes    1;<br class="">error_log                   /var/log/nginx/error.log;<br class="">pid                            /var/run/nginx.pid;<br class=""><br class="">events {<br class="">    worker_connections    1024;<br class="">}<br class=""><br class="">http {<br class="">    include             mime.types;<br class="">    default_type     application/octet-stream;<br class="">}<br class=""><br class="">it's a very simple one, no nested includes other than mime.types. But when I<br class="">try to start my server, I have the following error :<br class=""><br class=""> "pid" directive is duplicate in /etc/nginx/nginx.conf<br class=""><br class="">And I don't know why, as there are no other "pid" directive. If I comment<br class="">the "pid" line, it's ok.<br class=""><br class="">Can you explain me what am I missing ?<br class=""><br class="">Thanks in advance<br class=""><br class="">Posted at Nginx Forum: <a href="https://forum.nginx.org/read.php?2,267309,267309#msg-267309" class="">https://forum.nginx.org/read.php?2,267309,267309#msg-267309</a><br class=""><br class="">_______________________________________________<br class="">nginx mailing list<br class=""><a href="mailto:nginx@nginx.org" class="">nginx@nginx.org</a><br class="">http://mailman.nginx.org/mailman/listinfo/nginx<br class=""></div></div></blockquote></div><br class=""></div></div></body></html>