Skip to content

Commit

Permalink
fix(otel): allow larger otel size
Browse files Browse the repository at this point in the history
  • Loading branch information
bassrock authored Jan 8, 2025
1 parent 8bdecf1 commit c1e715e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion servers/otel-collector/httpd.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# This is a default site configuration which will simply return 200 and proxy all requests to the upstream collector
server {
client_max_body_size 100M;
listen 3000 default_server;
listen [::]:3000 default_server;

Expand All @@ -11,4 +12,4 @@ server {
location / {
proxy_pass http://localhost:4318;
}
}
}

0 comments on commit c1e715e

Please sign in to comment.