Kazuya Ando
Kazuya Ando (安藤 一哉, Ando Kazuya, born 15 July 1997) is a Japanese footballer currently playing as a forward for Gainare Tottori.
Personal information | |||
---|---|---|---|
Date of birth | 15 July 1997 | ||
Place of birth | Chiba, Japan | ||
Height | 1.74 m (5 ft 9 in) | ||
Playing position(s) | Defender | ||
Club information | |||
Current team | Gainare Tottori | ||
Number | 20 | ||
Youth career | |||
–2016 | JEF United Chiba | ||
2016–2019 | Tokyo University of Agriculture | ||
Senior career* | |||
Years | Team | Apps | (Gls) |
2020– | Gainare Tottori | 1 | (0) |
* Senior club appearances and goals counted for the domestic league only and correct as of 17:04, 27 June 2020 (UTC) |
Career statistics
Club
- As of 27 June 2020.[1]
Club | Season | League | National Cup | League Cup | Other | Total | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Division | Apps | Goals | Apps | Goals | Apps | Goals | Apps | Goals | Apps | Goals | ||
Gainare Tottori | 2020 | J3 League | 1 | 0 | 0 | 0 | – | 0 | 0 | 1 | 0 | |
Career total | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 |
- Notes
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".
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.