Fabriciana

Fabriciana is a genus of butterflies in the family Nymphalidae, commonly found in Europe and Asia. The genus was erected by T. Reuss (T. Reuß) in 1920.

Fabriciana
Female Fabriciana adippe in Austria
Scientific classification
Kingdom: Animalia
Phylum: Arthropoda
Class: Insecta
Order: Lepidoptera
Family: Nymphalidae
Tribe: Argynnini
Genus: Fabriciana
Reuss, 1920

Taxonomy

This taxon used to be considered a subgenus of Argynnis, but has been reestablished as a separate genus in 2017.[1]

Species

Listed alphabetically:[1]

  • Fabriciana adippe (Denis & Schiffermüller, 1775) – high brown fritillary
  • Fabriciana argyrospilata (Kotzsch, 1938)
  • Fabriciana auresiana (Fruhstorfer, 1908)
  • Fabriciana elisa (Godart, [1824]) – Corsican fritillary
  • Fabriciana hallasanensis Okano, 1998
  • Fabriciana jainadeva (Moore, 1864)
  • Fabriciana kamala (Moore, 1857)
  • Fabriciana nerippe (C. & R. Felder, 1862)
  • Fabriciana niobe (Linnaeus, 1758) – Niobe fritillary
  • Fabriciana vorax (Butler, 1871)
  • Fabriciana xipe (Grum-Grshimailo, 1891)
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. Savela, Markku. "Fabriciana Reuss, 1920". Lepidoptera and Some Other Life Forms. Retrieved October 1, 2019.


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