Comment on [deleted]

Im_old@lemmy.world ⁨11⁩ ⁨months⁩ ago

As other people said, there is already a process running on port 80. To find what exactly you can use the command sudo ss -lptn ‘sport = :80’ or sudo netstat -nlp | grep :80 (both require)

Also, what do you mean by

I have SSL pre-isntalled with the server

It’s a self-signed cert or letsencrypt (or similar)?

Looking at the Ubergeek77 method, I can see in the docker-compose that they have specified to use caddy to run on port 80 and 443. So my guess is that you don’t need neither nginx nor Apache (caddy is a reverse proxy as well) . Also, why have you installed both? I guess you selected “web server” during the OS installation.

So remove apache and nginx, and try running the install script again.

source
Sort:hotnewtop