NGINX
xxxxxxxxxx
server {
listen 80;
server_name example.com www.example.com;
root /usr/local/www/example.com;
access_log /var/log/nginx/example.access.log;
error_log /var/log/nginx/example.error.log;
location / {
try_files $uri $uri/ /index.php;
}
location /search { limit_req zone=kbeezieone burst=3 nodelay; rewrite ^ /index.php; }
fastcgi_intercept_errors off;
location ~* \.(?:ico|css|js|gif|jpe?g|png)$ {
expires max;
add_header Pragma public;
add_header Cache-Control "public, must-revalidate, proxy-revalidate";
}
include php.conf;
include drop.conf;
}
Linux - How to Install anc-api-tools
Linux - How to Install curvedns
Linux - How to Install zenmap
Python - Check if a Number is Positive, Negative or 0
C - Count Number of Digits in an Integer
C - Find Largest Number Using Dynamic Memory Allocation
Python - Writing Excel (XLSX) Files
Kotlin - Reverse a Number
C++ - Check Whether a Number is Prime or Not
Kotlin - Find Factorial of a Number
JavaScript - Check Whether a String Starts and Ends With Certain Characters
C++ - Find Quotient and Remainder
Linux - How to Install zstd
Java - Reverse a Number
Python - Bubble Sort
Linux - How to Install xbitmaps
C++ - Check Leap Year
Kotlin - Round a Number to n Decimal Places
We have been online since 2021 and 1 millions of people around the globe have visited our website since then
More visitors every month