Mercurial > code > home > repos > light-bridge
comparison proxy.yaml @ 28:fb2e91f230f4
new wled mode and more lights
author | drewp@bigasterisk.com |
---|---|
date | Mon, 02 Sep 2024 20:00:53 -0700 |
parents | 5a77696c6dab |
children |
comparison
equal
deleted
inserted
replaced
27:32cfefe3155b | 28:fb2e91f230f4 |
---|---|
5 data: | 5 data: |
6 nginx.conf: | | 6 nginx.conf: | |
7 error_log /dev/stderr; | 7 error_log /dev/stderr; |
8 pid /dev/null; | 8 pid /dev/null; |
9 events { | 9 events { |
10 worker_connections 64; | 10 worker_connections 256; |
11 } | 11 } |
12 http { | 12 http { |
13 log_format main '[$time_local] code=$status bytes_sent=$bytes_sent req="$request"'; | 13 log_format main '[$time_local] code=$status bytes_sent=$bytes_sent req="$request"'; |
14 proxy_headers_hash_bucket_size 128; | 14 proxy_headers_hash_bucket_size 128; |
15 proxy_buffering off; | 15 proxy_buffering off; |