Proxying Umami via Nginx #2348
mcnaveen
started this conversation in
Show and tell
Replies: 1 comment
-
Thanks for the config. I use nginx proxy manager instead of the old school nginx, so I put those configs to the custom config in the advanced tab, but it seems not working as expected. Any suggestions? |
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
-
For some reason, if you want to hide the umami URL under the main domain URL. You can do this.
Here change all the
umami.example.com
to your umami instance URL.Nginx Config:
Then just modify your script tag.
Now your umami page views and button events are proxied via nginx.
Beta Was this translation helpful? Give feedback.
All reactions