Bir Bara Ban Wildlife Sanctuary

Bir Bara Ban Wildlife Sanctuary is situated 5 km away from Jind on Jind-hansi Road in Haryana State, India. It is spread over an area of 419.26 hectares.[1]

Bir Bara Van Wildlife Sanctuary
Bir Bara Van Wildlife Sanctuary
Location in Haryana, India
Bir Bara Van Wildlife Sanctuary
Bir Bara Van Wildlife Sanctuary (India)
Coordinates: 29°17′30″N 76°16′51″E
Country India
StateHaryana
DistrictJind district
Notified11 October 2007
Elevation
300 m (1,000 ft)
Languages
Time zoneUTC+5:30 (IST)
ISO 3166 codeIN-HR
Websitehttps://web.archive.org/web/20140512232130/http://haryanaforest.gov.in/protect.aspx

Location

It is 5 km away from Jind, 40 km from Hansi, 70 km from Hisar, 73 km from Panipat, 80 km from Bhiwani, 110 km from Kurukshetra, 144 km from Delhi and 190 km from Chandigarh.[1]

History

Haryana govt notified this area as sanctuary on 11 October 2007.[2]

gollark: I don't think there are any wordpress-specific issues as long as the rest of your config is right.
gollark: Well, what didn't work, then?
gollark: They aren't that hard. You just use `server_name` in the `server` block.
gollark: Not specifically wordpress, no.
gollark: I would probably use nginx, because I'm used to it and it has nicer configuration:```nginxhttp { # whatever important configuration you have for all HTTP servers, `nginx.conf` probably ships with some # fallback in case someone visits with an unrecognized Host header server { listen 80 default_server; listen [::]:80 default_server; return 301 http://somedomain$request_uri; } server { listen 80; # you may (probably do) want HTTPS instead, in which case this bit is somewhat different - you need to deal with certs and stuff, and use port 443 - also you should probably add HTTP/2 listen [::]:80; # IPv6 server_name domain1.com; location / { proxy_pass http://backend1:8080/; } } server { listen 80; listen [::]:80; server_name domain2.com; location / { proxy_pass http://backend2:8080/; } }}```

References

  1. "Haryana Forest Department". Archived from the original on 12 May 2014. Retrieved 11 May 2014.
  2. "Archived copy". Archived from the original on 12 May 2014. Retrieved 2014-05-11.CS1 maint: archived copy as title (link)


This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.