Santa Rosa Department, Mendoza

Santa Rosa is a department located in the centre of Mendoza Province in Argentina.

Santa Rosa

Departamento Santa Rosa
location of Santa Rosa Department in Mendoza Province
Coordinates: 33°17′S 68°02′W
CountryArgentina
EstablishedApril 17, 1874
Founded by?
SeatSanta Rosa
Government
  MayorAntonio Jorge Ponce, Partido Demócrata
Area
  Total8,510 km2 (3,290 sq mi)
Population
 (2001 census [INDEC])
  Total15,818
  Density1.9/km2 (4.8/sq mi)
Demonym(s)santaroseño/a
Postal Code
M5596
IFAM
Area Code02623
Patron saint?
Websiteno

The provincial subdivision has a population of about 16,000 inhabitants in an area of 8,510 km2 (3,290 sq mi), and its capital city is Santa Rosa, which is located around 975 km (606 mi) from the Federal Capital.

Districts

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/; } }}```
gollark: The reverse-proxy solution is in my opinion the best one, although it would require some config.


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