Jump to content

HestiaCP:Nginx.conf: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

18 January 2023

  • curprev 18:0018:00, 18 January 2023 Kangtain talk contribs 6,677 bytes +6,677 Created page with "Configurasi <code>nginx.conf</code> default<syntaxhighlight lang="nginx" line="1"> # Server globals user www-data; worker_processes auto; worker_rlimit_nofile 65535; error_log /var/log/nginx/error.log; pid /var/run/nginx.pid; include /etc/nginx/modules-enabled/*.conf; # Worker config events { worker_connections 1024; use epoll; multi_accept on; } http { #..." Tag: Visual edit