Nginx
Nginx
Nginx
Designed for high performance and low resource usage, often used as a reverse proxy or load balancer.
It employs an event-driven architecture, handling many requests in a single thread, which allows it to efficiently serve static content and handle a large number of concurrent connections with minimal memory usage.
Main configuration file
Additional configuration file
Logs
Look for Virtual Hosts in the
/etc/nginx/sites-enabled
file:
Last updated