Natalya Anisimova (sprinter)

Natalya Anisimova (Russian: Наталья Анисимова; born May 8, 1973) is a Russian track and field athlete who competed mainly in the 100 metres. She won the 4 × 100 metres relay silver medal for Russia at the 1994 European Athletics Championships with her team mates Marina Trandenkova, Galina Malchugina and Irina Privalova.[1] In 1996 she also won the national indoor championship in 60 metres.[2]

Natalya Anisimova
Personal information
Born (1973-05-08) May 8, 1973
Sport
Country Russia

Personal records

  • 60 m (Indoor): 7.14 seconds, 23 February 1996, Moscow
  • 100 m: 11.23 seconds, 2 July 1996, Saint-Petersburg

National titles

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/; } }}```

See also

References

  1. European Athletics Championships Zürich 2014 - STATISTICS HANDBOOK (PDF), European Athletics Association, pp. 460–470, retrieved 13 August 2014
  2. Russian Indoor Championships. GBR Athletics. Retrieved 2019-08-09.


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