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

[docs] Update nginx docs to use 127.0.0.1 instead of localhost #1264

Merged
merged 1 commit into from
Dec 14, 2022

Conversation

tsmethurst
Copy link
Contributor

Description

If this is a code change, please include a summary of what you've coded, and link to the issue(s) it closes/implements.

If this is a documentation change, please briefly describe what you've changed and why.

This pull request updates our default nginx config documentation to resolve an issue with the default config refusing requests, to ensure others don't run into the same problem in future.

Basically, lots of these were appearing:

*459 connect() failed (111: Connection refused) while connecting to upstream

This change resolves it, see https://stackoverflow.com/a/52550758.

closes #1263

Checklist

Please put an x inside each checkbox to indicate that you've read and followed it: [ ] -> [x]

If this is a documentation change, only the first checkbox must be filled (you can delete the others if you want).

Lots of these were appearing:

```
*459 connect() failed (111: Connection refused) while connecting to upstream
```

This change resolves it, see https://stackoverflow.com/a/52550758
@tsmethurst tsmethurst merged commit 418bfbf into main Dec 14, 2022
@tsmethurst tsmethurst deleted the nginx_doc_minor_update branch December 14, 2022 15:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[bug] Default nginx config in docs gives lots of no live upstreams while connecting to upstream errors
1 participant