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 71ddc20 commit d7a0274Copy full SHA for d7a0274
cfg/default.conf
@@ -32,7 +32,7 @@ server {
32
33
# Do not change the following line. The Dockerfile will set the access key and remove the
34
# comment at build time if the correct environment variable is set.
35
- ##ACTIVATE-XCDNACCESS##if ($reroute_to_cdn) { return 301 \$scheme:\/\/code2.jquery.com\$uri; }
+ ##ACTIVATE-XCDNACCESS##if ($reroute_to_cdn) { return 301 $scheme://code2.jquery.com$uri; }
36
37
}
38
0 commit comments