Skip to content

Instantly share code, notes, and snippets.

View ilyasjan's full-sized avatar

ilyas ABD ilyasjan

View GitHub Profile
location / {
proxy_redirect off;
proxy_pass http://www.google.com;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Accept-Encoding ""; #2
proxy_set_header User-Agent "Mozilla/5.0 (iPad; U; CPU OS 3_2 like Mac OS X; en-us) AppleWebKit/531.21.10 (KHTML, like Gecko) Version/4.0.4 Mobile/7B334b Safari/531.21.10 (this is for 3.2 beta 3)"; #3
proxy_set_header Accept-Language "en-US"; #4