-
-
Notifications
You must be signed in to change notification settings - Fork 607
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
Use official Nginx package #1208
Conversation
635ba6b
to
8064751
Compare
Question: What is the procedure to reinstall Nginx with the official ppa? |
You'd have to manually uninstall via |
8064751
to
c6f648f
Compare
Would an ansible force-reinstall make sense? https://stackoverflow.com/questions/34260658/how-do-i-force-reinstall-a-package-with-ansible |
@strarsis probably, but I'm wary of coding that by default into Trellis. Especially since it involves an uninstall + reinstall which means downtime. edit: there's downtime necessary anyway, but I'd rather people know that and do it explicitly |
Setting |
@mockey: Even better, when a specific nginx release is used that is from the official PPA, so the nginx version is locked in, without installing just the latest available one. |
|
Extracted from #1197
Note: this will not re-install Nginx if you re-provision an already provisioned server since it's the same apt package name.