You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.
I am using traefik as a reverse proxy in front of speedtest. traefik is configured to forward requests to example.com/speedtest/ to speedtest and strip the /speedtest/ prefix. To speedtest, it looks like it is simply hosted in a root directory.
When accessing the site the HTML is loaded but the icon, js, and CSS files are not loaded because the path is example.com/app.js and not example.com/speedtest/app.js. If I change the path manually in my browser I get a 200 response.
The text was updated successfully, but these errors were encountered:
Version: 0.5.3
I am using traefik as a reverse proxy in front of speedtest. traefik is configured to forward requests to
example.com/speedtest/
to speedtest and strip the/speedtest/
prefix. To speedtest, it looks like it is simply hosted in a root directory.When accessing the site the HTML is loaded but the icon, js, and CSS files are not loaded because the path is
example.com/app.js
and notexample.com/speedtest/app.js
. If I change the path manually in my browser I get a 200 response.The text was updated successfully, but these errors were encountered: