speedtest_worker.js makes calls to /backend/empty and /backend/garbage instead of /empty and /garbage. I assume those are left over from the PHP version. While it's easy enough to work around with a nginx rewrite rule, or removing /backend/ from speedtest_worker.js, I just worked around by adding additional routes to cope with the extraneous /backend/
speedtest_worker.js
makes calls to/backend/empty
and/backend/garbage
instead of/empty
and/garbage
. I assume those are left over from the PHP version. While it's easy enough to work around with a nginx rewrite rule, or removing/backend/
fromspeedtest_worker.js
, I just worked around by adding additional routes to cope with the extraneous/backend/