Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ; in readme for Line 35 #165

Closed
alirezarpi opened this issue Oct 19, 2023 · 0 comments
Closed

Add ; in readme for Line 35 #165

alirezarpi opened this issue Oct 19, 2023 · 0 comments
Assignees
Labels
documentation Documentation request

Comments

@alirezarpi
Copy link

Describe the bug

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

@alessfg alessfg added the documentation Documentation request label Oct 23, 2023
@alessfg alessfg self-assigned this Oct 23, 2023
@alessfg alessfg closed this as completed in 02606e8 Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Documentation request
Projects
None yet
Development

No branches or pull requests

2 participants