Skip to content
Snippets Groups Projects

Skalierbarkeit

Merged Markus Klose requested to merge skalierbarkeit into main
2 files
+ 5
4
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
1
@@ -26,7 +26,7 @@ http {
@@ -26,7 +26,7 @@ http {
upstream nodes {
upstream nodes {
# enable sticky session with either "hash" (uses the complete IP address)
# enable sticky session with either "hash" (uses the complete IP address)
#hash $remote_addr consistent;
hash $remote_addr consistent;
# least_conn;
# least_conn;
# or "ip_hash" (uses the first three octets of the client IPv4 address, or the entire IPv6 address)
# or "ip_hash" (uses the first three octets of the client IPv4 address, or the entire IPv6 address)
# ip_hash;
# ip_hash;
Loading