You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Didn't know if here is the best place, but anyways.
Please update readme line 35
* If you override the default `nginx.conf` file you may receive the message `nginx: [emerg] open() "/var/run/nginx.pid" failed (13: Permission denied)`, in this case you have to add the line `pid /tmp/nginx.pid` into your config.
as follows
* If you override the default `nginx.conf` file you may receive the message `nginx: [emerg] open() "/var/run/nginx.pid" failed (13: Permission denied)`, in this case you have to add the line `pid /tmp/nginx.pid;` into your config.
You have missing ; at the end of the line.
To reproduce
Expected behavior
pid /tmp/nginx.pid;
Your environment
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
Didn't know if here is the best place, but anyways.
Please update readme line 35
as follows
You have missing
;
at the end of the line.To reproduce
Expected behavior
Your environment
Additional context
The text was updated successfully, but these errors were encountered: