Skip to content

Commit 3d968ad

Browse files
vonschultzdekobon
authored andcommitted
Fix typo, extranous -> extraneous
Fixing a typo in common/etc/nginx/templates/default.conf.template.
1 parent fe8e595 commit 3d968ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

common/etc/nginx/templates/default.conf.template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ js_import /etc/nginx/include/s3gateway.js;
55
include /etc/nginx/conf.d/gateway/v${AWS_SIGS_VERSION}_js_vars.conf;
66

77
# Extracts only the path from the requested URI. This strips out all query
8-
# parameters and anchors in order to prevent extranous data from being sent to
9-
# S3.
8+
# parameters and anchors in order to prevent extraneous data from being sent
9+
# to S3.
1010
map $request_uri $uri_path {
1111
"~^(?P<path>.*?)(\?.*)*$" $path;
1212
}

0 commit comments

Comments
 (0)