Is there a guide to run the docker containers behind a nginx proxy? I want to send logs over from another server and wasn't sure if there was a good place to get started.
v
Vishal Sharma
09/10/2024, 5:33 PM
@Prashant Shahi Might have some insights^
p
Prashant Shahi
09/12/2024, 5:45 AM
We don't have any such guide at the moment for SigNoz docker installation and nginx. It shouldn't be very different from other nginx configuration - just keep note of
http2
.
Prashant Shahi
09/12/2024, 5:46 AM
Btw, the recommended way is to keep the collector endpoint private as possible. That is to use internal IPs and loadbalancers as possible or via VPC peering.
m
Mark Myers
09/12/2024, 11:34 AM
So no use of
http2
then?
p
Prashant Shahi
09/12/2024, 11:36 AM
correct, if you use collector endpoint/IP with ports directly via internal address.
SigNoz is an open-source APM. It helps developers monitor their applications & troubleshoot problems, an open-source alternative to DataDog, NewRelic, etc.