:: Re: [DNG] Secure small web server.
Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: jeremy ardley
Fecha:  
A: dng
Asunto: Re: [DNG] Secure small web server.

On 19/7/23 14:08, onefang wrote:
> I'm currently using Apache 2 for my web servers, but I want to switch to
> something else. Apache is too complex, thus bloated. So what I need -


I use nginx. It's very fast and not too complex.

You should be able to just do apt install nginx

I also pair it with php-fpm.

On warning is that for any specific web application, it's best to go  to
the nginx website and see if they have a preferred nginx configuration
for that application