Step 1 – Connect to the server via SSH and install the required software sudo apt install curl gnupg2 ca-certificates lsb-release ubuntu-keyring result: Step 2…
Check status of service nginx: systemctl status nginx.service and we see error: How to fix this error: Method 1: disable SELinux edit file /etc/selinux/config Change…
Nginx location: Nginx location block section have a search order, a modifier, an implicit match type and an implicit switch to whether stop the search…
How to fix error 413 Request Entity Too Large? Configuration for Nginx: Edit file /etc/nginx/nginx.conf add line to http or server or location context. You…
Method 1: Step 1: Get all IP range of cloudflare: https://www.cloudflare.com/ips-v4 and https://www.cloudflare.com/ips-v6 You see: and Step 2: Config Nginx Method 2: Config Nginx: