Skip to content

Commit 168ca8d

Browse files
committed
fix indentation
1 parent c3544a4 commit 168ca8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opensource/templates/nginx/nginx-configmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ data:
2222
'"duration":"$request_time",'
2323
'"cache_status":"$upstream_cache_status",'
2424
'"x-waza":"$http_x_waza",'
25-
'"request_source":"$http_x_request_source"'
25+
'"request_source":"$http_x_request_source"'
2626
'}';
2727
2828
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

Comments
 (0)