Skip to content Skip to sidebar Skip to footer
Showing posts with the label Nginx

Google Bot Crawling On Angularjs Site With Html5 Mode Routes

We have an AngularJS site using HTML5 routes. I just did some test 'Fetch as Google' runs. … Read more Google Bot Crawling On Angularjs Site With Html5 Mode Routes

How To Decode "content-encoding: Gzip, Gzip" Using Curl?

I am trying to decode the webpage www.dealstan.com using CURL by using the below code: $ch = curl_i… Read more How To Decode "content-encoding: Gzip, Gzip" Using Curl?

Nginx Custom Error Page 502 With Css And Image Files

I'm trying to add a custom error page for 503. I added these lines to server conf in nginx.conf… Read more Nginx Custom Error Page 502 With Css And Image Files

How To Use Custom Location Or Path Instead Root For Several Apps Using Nginx?

Problem I have a web which works fine on a root domain like mydomain.com without any modification. … Read more How To Use Custom Location Or Path Instead Root For Several Apps Using Nginx?