Skip to content
Snippets Groups Projects

Perf nginx

Closed Ismael Posada Trobo requested to merge perf-nginx into master
1 unresolved thread

Notes:

  • When scaling up pods, redis perf increases considerably. (replicas=3)
Edited by Ismael Posada Trobo

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
12 14 #ssl_session_timeout 4h;
13 15
14 16 root /var/run/app/web;
17
18 # Add gzip compression
19 gzip on;
20 gzip_vary on;
21 gzip_min_length 1000;
22 gzip_comp_level 5;
23 gzip_types application/json text/css text/javascript application/x-javascript application/javascript image/svg+xml;
24 gzip_proxied any;
25
26 sendfile on;
27 keepalive_timeout 25;
28
29 etag off;
  • mentioned in merge request !14 (merged)

  • Please register or sign in to reply
    Loading