Allow Cross Origin Region(CORS) in NGINX
Add Access Control Allow Origin Region(CORS) in NGINX? Date Posted: 31-08-2017 In this post, we will explain on how to allow cors (Cross Origin Region) on nginx. We […]
Add Access Control Allow Origin Region(CORS) in NGINX? Date Posted: 31-08-2017 In this post, we will explain on how to allow cors (Cross Origin Region) on nginx. We […]
WordPress post xmlrpc.php attack Prevention Date Posted: 17-07-2017 This post explains on how to prevent xmlrpc.php attack on wordpress website. If we seen below error or continuous POST
Adding automatic extension (php) on nginx Date Posted:25-05-2017 Well, normally no one likes to expose the language written on their website. On apache, we will use .htaccess to
Codeigniter 404 error on nginx Date Posted:24-05-2017 Recently, we deployed a codeigniter application on one of our server and found that it shows 404 error when we try to
Date Posted:24/03/2017 By default, webserver version, OS information will be visible to public which consider as a security problem because its not a good practice to expose server
Date Posted:21-03-2017 Normally, we requires multiple domain names or wildcard domain name (*) or www points to same directory. In apache, we use ServerAlias to achieve the same.