librespeed / speedtest-go

Go backend for LibreSpeed
GNU Lesser General Public License v3.0
733 stars 157 forks source link

fix cookies not match while using subPath #51

Closed sharljimhtsin closed 1 year ago

sharljimhtsin commented 2 years ago

when i deploy speedtest-go under subPath /xxx ,i found /xxx/stats login not work, it set-cookies path variable not change follow url_base in settings.toml.

i fixed it. plz check. thx.