How to stop Linux Out-Of-Memory (OOM) Killer for NGINX Get link Facebook X Pinterest Email Other Apps March 08, 2024 cat /proc/<MainPIDNumber>/oom_scoreOOMScoreAdjust=-1000systemctl daemon-reloadsystemctl restart nginxsystemctl status nginxFor Support,support@cybersecuritysolutions.raiseaticket.com Get link Facebook X Pinterest Email Other Apps Comments
Install and Enable Certbot letsencrypt SSL/TLS Certificate in NGINX Ubuntu 22.04 LTS without using snapd October 09, 2024 Install and Enable Certbot letsencrypt SSL/TLS Certificate in NGINX Ubuntu 22.04 LTS Step 1: Update the Package List Copy Code sudo apt update Step 2: Install Certbot Copy Code sudo add-apt-repository universe Then, install Certbot using apt: Copy Code sudo apt install certbot Step 3: Install the Plugin for NGINX Copy Code sudo apt install python3-certbot-nginx Step 4: Get the certificate for the preferred domain Copy Code sudo certbot certonly --standalone -d your_domain Read more
OpenResty Modsecurity OWASP CRS Web Application Firewall Integration February 22, 2024 https://drive.google.com/file/d/1jLZhsDrZnYbTnGQu3vWM5wfslb3gck7e/view?usp=sharing For Support, support@cybersecuritysolutions.raiseaticket.com Read more
Comments
Post a Comment