Jump to content

Main public logs

Combined display of all available logs of Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 18:00, 18 January 2023 Kangtain talk contribs created page HestiaCP:Nginx.conf (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