You've already forked speedtest-go
Added url_base
parameter to customize the root url and allow hosting with another application. (#41)
* Added `url_base` parameter and code to rewrite URL * Manage redirect on stats login Co-authored-by: Nicolas Ledez <github.public@ledez.net>
This commit is contained in:
@ -2,6 +2,8 @@
|
||||
bind_address=""
|
||||
# backend listen port
|
||||
listen_port=8989
|
||||
# change the base URL
|
||||
# url_base="/librespeed"
|
||||
# proxy protocol port, use 0 to disable
|
||||
proxyprotocol_port=0
|
||||
# Server location
|
||||
|
Reference in New Issue
Block a user