Comment on TLS/SSL Certs for Docker-based Lemmy deployment
DrJenkem@lemmy.blugatch.tube 1 year ago
Nginx-proxy-manager makes dealing with certs easier imo. You can either have it setup to double proxy (point to the nginx you already have running) or replace the existing nginx (you’ll have to copy the config into nginx-proxy-manager ui).
walden@sub.wetshaving.social 1 year ago
I like NPM a lot. Nginx on its own was confusing to me. NPM is fast to configure and works really well.
Aux@lemmy.world 1 year ago
Standalone nginx is confusing because it was designed to be as fast as possible. Developers have sacrificed everything for this goal.