signoz updates
This commit is contained in:
parent
ebcc6e4d2d
commit
04e233216c
9 changed files with 491 additions and 41 deletions
|
|
@ -1,7 +1,7 @@
|
|||
## -----------------------------------------------------------------------------
|
||||
## SWAG proxy config for SigNoz
|
||||
## Domain: signoz.ld50.xyz
|
||||
## Upstream: signoz:3301 (shared Docker network: ${NETWORKS_EXTERNAL_NAME:-swag})
|
||||
## Upstream: signoz:8080 (shared Docker network: ${NETWORKS_EXTERNAL_NAME:-swag})
|
||||
##
|
||||
## Install:
|
||||
## 1) Copy this file into SWAG: /config/nginx/proxy-confs/signoz.subdomain.conf
|
||||
|
|
@ -22,7 +22,7 @@ server {
|
|||
include /config/nginx/proxy.conf;
|
||||
|
||||
set $upstream_app signoz;
|
||||
set $upstream_port 3301;
|
||||
set $upstream_port 8080;
|
||||
set $upstream_proto http;
|
||||
|
||||
proxy_pass $upstream_proto://$upstream_app:$upstream_port;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue