Skip to content

Commit a35f2e3

Browse files
committed
Test if the mp3 was the issue
1 parent 341d230 commit a35f2e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nginx.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ http {
6262
default_type application/json;
6363
}
6464

65-
location ^~ /archive.org/.*\.mp3 {
65+
location ^~ /archive.org/ {
6666
# include cors.conf;
6767

6868
set $original_uri '$uri';

0 commit comments

Comments
 (0)