Skip to content

Commit d7a0274

Browse files
committed
Unescape characters that caused broken forwarding
Signed-off-by: Brian Warner <brian@bdwarner.com>
1 parent 71ddc20 commit d7a0274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cfg/default.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ server {
3232

3333
# Do not change the following line. The Dockerfile will set the access key and remove the
3434
# 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; }
35+
##ACTIVATE-XCDNACCESS##if ($reroute_to_cdn) { return 301 $scheme://code2.jquery.com$uri; }
3636

3737
}
3838

0 commit comments

Comments
 (0)