Replies: 1 comment 3 replies
-
Good idea! Just for the sake of transparency, "Being able to set Nginx version" is already possible. You just need to override the relevant config. However, setting a fix version is probably a good idea. Feel free to create a PR for it! It's a fairly small change. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As far as I can tell, CapRover uses
nginx:1
by default and occasionally updates the nginx version. (Although it's not clear to me when that happens.)To avoid surprises in production environments, it would be cool if there was a setting in the admin panel where we could lock the nginx version, for example we could set it to
nginx:1.25
and be sure that the Nginx version won't automatically bump up and perhaps break our config (although in a perfect semver world that shouldn't happen.)Beta Was this translation helpful? Give feedback.
All reactions