Skip to content
Snippets Groups Projects

Skalierbarkeit

Merged Markus Klose requested to merge skalierbarkeit into main
3 files
+ 12
2
Compare changes
  • Side-by-side
  • Inline
Files
3
+ 1
1
@@ -28,7 +28,7 @@ http {
#hash $remote_addr consistent;
# least_conn;
# or "ip_hash" (uses the first three octets of the client IPv4 address, or the entire IPv6 address)
ip_hash;
# ip_hash;
# or "sticky" (needs commercial subscription)
# sticky cookie srv_id expires=1h domain=.example.com path=/;
Loading