Posts

Showing posts from March, 2024

How to stop Linux Out-Of-Memory (OOM) Killer for NGINX

Image
  cat /proc/<MainPIDNumber>/oom_score OOMScoreAdjust =- 1000 systemctl daemon-reload systemctl restart nginx systemctl status nginx For Support, support@ cybersecuritysolutions. raiseaticket.com

API Security using LUA in Openresty

Image
 nginx.conf_bkp_WObase64_logs_v2 (Configuration File without base64 encoding during API request) =========================== https://drive.google.com/file/d/1cNu76plcRe0OJg_NTEVLLuCFTf7UCBrf/view?usp=sharing nginx.conf_bkp_base64_logs_v1 (Configuration File with base64 encoding during API request) ============================= https://drive.google.com/file/d/1ILx3J2gsr3kLZZEPW6PgX7PZ_mTKGVZn/view?usp=sharing Positive Use Case Negative Use Case For Support, support@ cybersecuritysolutions. raiseaticket.com