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 fe8e595 commit 3d968adCopy full SHA for 3d968ad
common/etc/nginx/templates/default.conf.template
@@ -5,8 +5,8 @@ js_import /etc/nginx/include/s3gateway.js;
5
include /etc/nginx/conf.d/gateway/v${AWS_SIGS_VERSION}_js_vars.conf;
6
7
# 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.
+# parameters and anchors in order to prevent extraneous data from being sent
+# to S3.
10
map $request_uri $uri_path {
11
"~^(?P<path>.*?)(\?.*)*$" $path;
12
}
0 commit comments