Commit f9d43f5 Alan Christie
committed
1 parent c20d333 commit f9d43f5 Copy full SHA for f9d43f5
File tree 2 files changed +9
-2
lines changed
2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 27
27
sendfile on ;
28
28
tcp_nopush on ;
29
29
tcp_nodelay on ;
30
- keepalive_timeout 650 ;
31
30
types_hash_max_size 2048 ;
32
31
# server_tokens off;
33
32
51
50
access_log /var/log/nginx/access.log;
52
51
error_log /var/log/nginx/error.log;
53
52
54
- # Tuneout settings
53
+ # Timeeout settings
54
+ keepalive_timeout 1000s ;
55
55
proxy_connect_timeout 1000s ;
56
56
proxy_send_timeout 1000s ;
57
57
proxy_read_timeout 1000s ;
Original file line number Diff line number Diff line change @@ -2,3 +2,10 @@ proxy_set_header Host $http_host;
2
2
proxy_set_header X-Real-IP $remote_addr;
3
3
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
4
4
# proxy_set_header X-Forwarded-Proto $scheme;
5
+
6
+ # Parameters are also located in nginx.con, and dnago_nginx.xonf
7
+ # In fact the whole ingress configuration fo the satck is now
8
+ # potentially "too complicated" and needs to be simplified.
9
+ #
10
+ # Alan Christie
11
+ # January 2024
You can’t perform that action at this time.
0 commit comments