Remix.run Logo
ilaksh a day ago

What's the easiest way to install the newest nginx in Ubuntu 24? PPA or something?

thresh a day ago | parent | next [-]

Just use the official packages from https://nginx.org/en/linux_packages.html#Ubuntu

nginx-module-acme is available there, too, so you don't need to compile it manually.

mikestorrent a day ago | parent | prev [-]

Docker container?