Rossana
Rossana is a comune (municipality) in the Province of Cuneo in the Italian region Piedmont, located about 60 kilometres (37 mi) southwest of Turin and about 20 kilometres (12 mi) northwest of Cuneo. As of 31 December 2004, it had a population of 950 and an area of 19.9 square kilometres (7.7 sq mi).[3]
Rossana | |
---|---|
Comune di Rossana | |
Location of Rossana ![]() | |
![]() ![]() Rossana Location of Rossana in Italy ![]() ![]() Rossana Rossana (Piedmont) | |
Coordinates: 44°32′N 7°26′E | |
Country | Italy |
Region | Piedmont |
Province | Province of Cuneo (CN) |
Area | |
• Total | 19.9 km2 (7.7 sq mi) |
Population (Dec. 2004)[2] | |
• Total | 950 |
• Density | 48/km2 (120/sq mi) |
Time zone | UTC+1 (CET) |
• Summer (DST) | UTC+2 (CEST) |
Postal code | 12020 |
Dialing code | 0175 |
Rossana borders the following municipalities: Busca, Costigliole Saluzzo, Piasco, Busca and Venasca.
Demographic evolution

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.
gollark: Yes, and you can just use a reverse proxy (with "vhosts" or whatever) for that, easy enough.
gollark: I think those are just what some webservers call "doing different things based on the host header".
References
- "Superficie di Comuni Province e Regioni italiane al 9 ottobre 2011". Istat. Retrieved 16 March 2019.
- "Popolazione Residente al 1° Gennaio 2018". Istat. Retrieved 16 March 2019.
- All demographics and other statistics: Italian statistical institute Istat.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.