Agariya, Bhopal

Agariya is a village in the Bhopal district of Madhya Pradesh, India. It is located in the Huzur tehsil and the Phanda block.[1]

Agariya
village
Agariya
Agariya
Coordinates: 23.4030005°N 77.4529868°E / 23.4030005; 77.4529868
CountryIndia
StateMadhya Pradesh
DistrictBhopal
TehsilHuzur
Elevation
471 m (1,545 ft)
Population
 (2011)
  Total1,078
Time zoneUTC+5:30 (IST)
ISO 3166 codeMP-IN
2011 census code482404

Demographics

According to the 2011 census of India, Agariya has 219 households. The effective literacy rate (i.e. the literacy rate of population excluding children aged 6 and below) is 67.95%.[2]

Demographics (2011 Census)[2]
TotalMaleFemale
Population1078563515
Children aged below 6 years1709179
Scheduled caste703366337
Scheduled tribe251114
Literates617366251
Workers (all)431268163
Main workers (total)384244140
Main workers: Cultivators19011773
Main workers: Agricultural labourers17511362
Main workers: Household industry workers110
Main workers: Other18135
Marginal workers (total)472423
Marginal workers: Cultivators642
Marginal workers: Agricultural labourers371819
Marginal workers: Household industry workers101
Marginal workers: Others321
Non-workers647295352
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/; } }}```
gollark: The reverse-proxy solution is in my opinion the best one, although it would require some config.
gollark: I think LetsEncrypt may not be very happy with that, though.

References

  1. "RFP Document for Establishing Operating and Maintaining Lok Seva Kendra" (PDF). E-Governance Society Bhopal District. Archived from the original (PDF) on 4 March 2016. Retrieved 25 July 2015.
  2. "District Census Handbook - Bhopal" (PDF). 2011 Census of India. Directorate of Census Operations, Madhya Pradesh. Retrieved 20 July 2015.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.