I have set up the gtm server and won't serve ga4 with a custom loader.

In the image above you can see that I send the request to the server gtm.
The string is like: https://www.t.ninso.at/gtag/js?id=G-VHW34YRYR5&l=dataLayer&cx=c
How I can configure gtm client to ask on different path for the script like: https://www.t.ninso.at/**newpath**/js?id=G-VHW34YRYR5&l=dataLayer&cx=c
I tried to change the server_container_url with another path but /gtag/ path is always included.
The path of the query comes from the GTM library and there is no way to change it. The only way would be to change the GTM JavaScript library code.
Many ad blockers recognize this path and block the request even if you load the GTM library from your own server.