Obritzberg-Rust

Obritzberg-Rust is a municipality in the district of Sankt Pölten-Land in Lower Austria, Austria.

Obritzberg-Rust
Coat of arms
Obritzberg-Rust
Location within Austria
Coordinates: 48°17′00″N 15°36′00″E
CountryAustria
StateLower Austria
DistrictSankt Pölten-Land
Government
  MayorGerhard Wendl (ÖVP)
Area
  Total41.48 km2 (16.02 sq mi)
Elevation
366 m (1,201 ft)
Population
 (2018-01-01)[2]
  Total2,342
  Density56/km2 (150/sq mi)
Time zoneUTC+1 (CET)
  Summer (DST)UTC+2 (CEST)
Postal code
3123
Area code02742, 02782, 02786
Vehicle registrationPL
Websitewww.obritzberg-rust.gv.at

The municipality is divided into 19 cadastral communities. These are Diendorf, Doppel (with the localities of Doppel, Neustift and Hofstetten), Eitzendorf, Flinsdorf, Fugging, Greiling, Großrust, Grünz, Hain (with the localities of Kleinhain, Angern and Großhain), Heinigstetten, Kleinrust, Landhausen, Obermerking, Obritzberg, Pfaffing, Schweinern (with the localities of Schweinern and Thallern), Untermerking (with the localities of Untermerking and Mittermerking), Winzing and Zagging.

Population

Historical population
YearPop.±%
19712,028    
19812,106+3.8%
19912,135+1.4%
20012,268+6.2%
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.
gollark: Yes, and you can just use a reverse proxy (with "vhosts" or whatever) for that, easy enough.

References



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