-
-
Notifications
You must be signed in to change notification settings - Fork 213
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
Update the NGINX guide #1132
base: master
Are you sure you want to change the base?
Update the NGINX guide #1132
Conversation
- The PHP version included with Raspbian 12 is 8.2. Update version numbers accordingly - Consistently use systemctl for service management - Include fastcgi settings discussed in issue pi-hole#962 - Remove basic auth configuration since Pi-hole webpage has authentication - Remove autoindex setting as this is already the NGINX default - Remove permission steps that are already handled by the Pi-hole install Signed-off-by: Clay Oster <iamclayoster@gmail.com>
✅ Deploy Preview for pihole-docs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Thanks for your PR. We are in the transition to Pi-hole v6 and update our docs as well. As the guides were out-of date, we were going to remove them (#1099). But as you are updating Piging @PromoFaux as he authored #1099 |
Note: The v5 nginx guide in this PR is focused in PHP configuration and setting nginx as a web server, but Pi-hole v6 doesn't have PHP pages and the web server is integrated into |
Thanks for the heads up! Given that information, my current updates to the guide probably wouldn’t make sense as part of the v6 docs. I’ll leave this PR targeted at the If there is any desire to have a guide for running NGINX in front of Pi-hole as a reverse proxy in the v6 docs, I could look at submitting another PR for that purpose. I haven’t done testing with v6 yet, but I will likely run that setup for my personal deployment. |
This pull request has conflicts, please resolve those before we can evaluate the pull request. |
Pi-hole v6 has been released now. |
This is intended to supersede existing PRs for updating this guide (#604 and #926).
Thank you for your contribution to the Pi-hole Community!
Please read the comments below to help us consider your Pull Request.
We are all volunteers and completing the process outlined will help us review your commits quicker.
Please make sure you
What does this PR aim to accomplish?:
This adds number of improvements to the NGINX guide.
How does this PR accomplish the above?:
Updates PHP version numbers to match the current Raspbian release, removes unnecessary configuration and other steps already handled by the Pi-hole install.
Link documentation PRs if any are needed to support this PR:
By submitting this pull request, I confirm the following:
git rebase
)