linux:nginx
Unterschiede
Hier werden die Unterschiede zwischen zwei Versionen angezeigt.
| Beide Seiten der vorigen RevisionVorhergehende ÜberarbeitungNächste Überarbeitung | Vorhergehende Überarbeitung | ||
| linux:nginx [2015/12/18 18:00] – move | linux:nginx [2019/02/27 14:26] (aktuell) – Externe Bearbeitung 127.0.0.1 | ||
|---|---|---|---|
| Zeile 1: | Zeile 1: | ||
| ====== nginx ====== | ====== nginx ====== | ||
| - | {{wp>nginx}} | + | **nginx** ist ein [[Webserver]]. |
| + | |||
| + | ===== Konfiguration ===== | ||
| + | ==== Directory Listing ==== | ||
| + | < | ||
| + | [...] | ||
| + | location / | ||
| + | | ||
| + | } | ||
| + | </ | ||
| + | |||
| + | ==== Block Bots ==== | ||
| + | < | ||
| + | # Bad bots filter code | ||
| + | # provided by http:// | ||
| + | |||
| + | if ($http_user_agent ~* " | ||
| + | return 403; | ||
| + | } | ||
| + | </Code> | ||
| + | |||
| + | ===== Monitoring ===== | ||
| + | ==== How do I calculate connections per seconds? ==== | ||
| + | {{: | ||
| + | |||
| + | ---- | ||
| + | |||
| + | <WRAP center round box 100%> | ||
| + | - 27 = Number of all open connections | ||
| + | - 221901 = Accepted connections | ||
| + | - 221901 = Handled connections | ||
| + | - 442577 = Handles requests | ||
| + | </ | ||
| + | |||
| + | <WRAP center round box 100%> | ||
| + | * Requests per connection = handles requests / handled connections | ||
| + | * Requests per connection = 442577/ | ||
| + | * Requests per connection = 1.99 | ||
| + | </ | ||
| ===== Weblinks ===== | ===== Weblinks ===== | ||
| - | ==== Howtos ==== | + | * http:// |
| + | * http:// | ||
| + | ==== Howtos ==== | ||
| + | * // | ||
| * [[https:// | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | * [[https:// | ||
| + | |||
| + | |||
linux/nginx.1450461631.txt.gz · Zuletzt geändert: (Externe Bearbeitung)
