I am trying to upgrade nginx to >= 1.20 for an ubuntu server 20.04. but the catch is currently apt-get update only gets you to 1.18.x where I am already at.
Here's my question:
- How do I effectively install the latest version?
- What files should I make sure to backup and restore once the installation is done?
- What can help me transition my sites and config easily on the latest version of nginx?
I am new to the atypical upgrade mechanism for nginx and wanted to confirm if there is something I need to be worried about.
Any help is appreciated. Thanks!