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
  • 12:42, 10 January 2022 Kangtain talk contribs created page Nginx:Optimized configuration with DDoS mitigation (Created page with " user nginx; # one(1) worker or equal the number of _real_ cpu cores. 4=4 core cpu worker_processes 4; # renice workers to reduce priority compared to system processes for # machine health. worst case nginx will get ~25% system resources at nice=15 worker_priority -5; timer_resolution 100ms; error_log /var/log/nginx/error.log warn; pid /var/run/nginx.pid; worker_rlimit_nofile 100000; events { worker_connections 1024; use epoll;...")