Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
Cloud_Computing
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alexander Tim Hobelsberger
Cloud_Computing
Merge requests
!10
Skalierbarkeit
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Skalierbarkeit
skalierbarkeit
into
main
Overview
0
Commits
24
Pipelines
0
Changes
2
Merged
Markus Klose
requested to merge
skalierbarkeit
into
main
2 years ago
Overview
0
Commits
24
Pipelines
0
Changes
2
Expand
0
0
Merge request reports
Viewing commit
eb56edc1
Prev
Next
Show latest version
2 files
+
5
−
4
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
eb56edc1
socket.emit
· eb56edc1
Alexander Tim Hobelsberger
authored
2 years ago
nginx/nginx.conf
+
1
−
1
Options
@@ -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