We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3544a4 commit 168ca8dCopy full SHA for 168ca8d
opensource/templates/nginx/nginx-configmap.yaml
@@ -22,7 +22,7 @@ data:
22
'"duration":"$request_time",'
23
'"cache_status":"$upstream_cache_status",'
24
'"x-waza":"$http_x_waza",'
25
- '"request_source":"$http_x_request_source"'
+ '"request_source":"$http_x_request_source"'
26
'}';
27
28
proxy_cache_path /opt/bitnami/nginx/cache levels=1:2 keys_zone=zone1:10m max_size=1g inactive=24h use_temp_path=off;
0 commit comments