Speed-Test icon indicating copy to clipboard operation
Speed-Test copied to clipboard

speedtest and nginx

Open mercik opened this issue 2 years ago • 6 comments

tell me how to set it up without Docker. only nginx and speedtest

mercik avatar Oct 21 '23 14:10 mercik

Install Nginx, use https://github.com/openspeedtest/Nginx-Configuration copy https://github.com/openspeedtest/Speed-Test www/public_html folder.

openspeedtest avatar Oct 24 '23 01:10 openspeedtest

Install Nginx, use https://github.com/openspeedtest/Nginx-Configuration copy https://github.com/openspeedtest/Speed-Test www/public_html folder.

I use Laragon on Windows and put the Speed-test files in the WWW folder without doing the Nginx-Configuration. I open localhost in browser and the page loaded. I can run the test however what is the test for? WAN or LAN?

Thanks.

tvcat avatar Jul 22 '24 02:07 tvcat

@tvcat OST will test the speed between you and the hosted server. I have never used Laragon. Make sure it uses HTTP/1.1, POSTs to static files, or returns 200 after receiving the POST body contents for /upload. The POST body size should be 35MB or more.

openspeedtest avatar Jul 23 '24 00:07 openspeedtest

@openspeedtest Thanks for reply. Yes, it can do all that without setting the OpenSpeedTest as server. My question is, I didn't do any OpenSpeedTest server hosting setup but I can run the test. What is the host that the test run against? Is it the storage speed?

tvcat avatar Jul 23 '24 03:07 tvcat

If you run a speed test from the same machine, it will send and receive data to itself, resulting in very high numbers. If you use any other device as a client on the same network, it will be a LAN speed test.

openspeedtest avatar Jul 23 '24 04:07 openspeedtest

@openspeedtest I see, thanks for your help.

tvcat avatar Jul 23 '24 04:07 tvcat