-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Get unpriv nginx working #793
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
Conversation
Added custom script for nginx.conf Added healthcheck endpoint at /healthz Optimised nginx.conf with caching and IP headers for security logging
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
SonarCloud Quality Gate failed.
|
I changed the Lines 14 to 15 in f1a90f0
Most of the code was taken from another project of mine (https://github.com/modem7/docker-rickroll) which utilises the unprivileged image and has additional scripts and nginx.conf settings to make things work that you may be interested in. |
@CorentinTh - would it be possible to review this PR to see if it's worthwhile implementing? It should resolve the issues that were seen with #714 and #716 |
closing as it obviously won't be implemented. |
Hi @modem7 , implemented in my fork And if you arr interested in up to date version of it-tools, I made kind of a fork here : https://github.com/sharevb/it-tools (https://sharevb-it-tools.vercel.app/ and docker images https://github.com/sharevb/it-tools/pkgs/container/it-tools) |
I'll have a look this evening! Thank you! |
Added custom script for nginx.conf replacing the nginx.conf file.
Added healthcheck endpoint at /healthz
Optimised nginx.conf with caching and IP headers for security logging
Added
PORT
variable to change port nginx listens on more easily (default 8080, but works with 80 also).