Jack's Point

Jack's Point is a small residential subdivision in Central Otago, New Zealand, covering 14.2 hectares of land. It is located 6 km south of Queenstown, at the foot of The Remarkables and close to the edge of Lake Wakatipu. It is known for its golf course.

Jack's Point
Jack's Point and the manmade Lake Tewa.

The settlement is a new development, planned to eventually consist of some 1300 houses and looking to serve a population of 7,000. It takes its name from "Maori Jack" Tewa, a local 19th century personality.[1]

Golf

The community's 18-hole, 6,388 metre golf course is situated along the Jack's Point ridge.[2][3]

Trails

Various trails, including a Grade 4 trail, are also available in the community.[4][5]

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. Jack's Point
  2. "Jacks Point Golf Course Queenstown, New Zealand". golfnewzealand.com. Retrieved 27 January 2020.
  3. "Golf". Jack's Point. Retrieved 27 January 2020.
  4. "Trails". Jack's Point. Retrieved 27 January 2020.
  5. "Jack's Point Trail - Queenstown Trail". queenstowntrail.co.nz. Retrieved 27 January 2020.


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