Replies: 2 comments
-
Based on issue: 5620cea then I found out parameter was removed in ec5bcbf However I think in this commit was made mistake? Its checking Path parameter which is not allowed right now to use, if its null then path is set always = '/' |
Beta Was this translation helpful? Give feedback.
0 replies
-
You should just configure
Restarting the container should be enough. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am running Windows Server machine with WSL2.
In IIS I am running ASP.NET Core app on https://mydomain.com. I created sub-app in IIS to be located on https://mydomain.com/uptrace where I configured reverse-proxy for Uptrace like this (web.config):
Right now I am trying via

<rule>
to avoid gzip and via<outboundRules>
to add for every "a, link, script, img, form" pattern add "/uptrace". Dunno why IIS fails for following code to add it (it works for preload):But let's dont talk about IIS configuration.
Is any setting that I might set in docker to adjust base path? I already set this in

uptrace.yml
:Ofc I replaced mydomain.com for this screen purpose. I restarted only docker container for Uptrace. Or is it required to remove container and set it up again? Perhaps some other setting needed?
I found out in source code base path in
.env.production
- however not sure how to set it via docker https://github.com/uptrace/uptrace/blob/master/vue/.env.productionBeta Was this translation helpful? Give feedback.
All reactions