
Nginx Configuration for Drupal 7
Here is Drupal 7 server configuration for Nginx with letsencrypt SSL. In the above config, replace with the location of

Nginx Redirect HTTP to HTTPS
To force SSL (HTTPS) on a website hosted on an Nginx web server, edit server entry for the website, add

Nginx php-fpm No input file specified
When accessing PHP files from location block that have different document root specified using alias, i get error No input

How to hide Nginx version
On a default installation of the Nginx web server, the error pages show the version of Nginx software running on

Nginx Rate Limiting
Nginx web server support rate-limiting with module ngx_http_limit_req_module. Block WordPress wp-login.php attack To block the WordPress wp-login.php attack, add the

How to redirect a domain with html extension in Nginx
A WordPress website needs to migrate to a different domain, on a new domain site use static HTML pages. On

Nginx file upload error
When uploading a file on a PHP Application running under an Nginx web server, I get the following error The

Enable SSL for icecast steam using nginx
On ubuntu server running icecast, when i try enable SSL as per CentovaCast Enable SSL on icecast, i get following

Nginx Hotlink Protection
To block hotlink protection or bandwidth stealing, you can add following to server configuration of your web site. If you

Nginx Proxy Manager Certificate Key is not valid
When adding custom SSL on Nginx Proxy Manager, i get following error. Upload failed: Certificate Key is not valid (Command

EasyEngine Could not create user
When creating a wordpress web site on EasyEngine, i get following error This is because EasyEngine try to create a

How to block .git directory in nginx
When using git version control to deploy application, many forget to secure .git folder. This allows anyone to clone your