Is there a guide to run the docker containers behi...
# support
m
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
@Prashant Shahi Might have some insights^
p
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
.
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
So no use of
http2
then?
p
correct, if you use collector endpoint/IP with ports directly via internal address.
m
Perfect!