mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-23 15:49:10 +00:00
Update Fluentd and Nginx configurations
This commit is contained in:
parent
60e25b5954
commit
37c87130b6
@ -14,10 +14,10 @@
|
||||
<match **>
|
||||
@type http
|
||||
|
||||
endpoint http://ingestor:3400/ingestor/fluentd/v1/logs
|
||||
endpoint https://test.oneuptime.com/fluentd/logs
|
||||
open_timeout 2
|
||||
|
||||
headers {"x-oneuptime-service-token":"72f87070-c1c0-11ee-938d-f587493d9c6f"}
|
||||
headers {"x-oneuptime-service-token":"ce9e9f0d-ea65-4d6d-9efc-1b4cfc8759ae"}
|
||||
|
||||
content_type application/json
|
||||
json_array true
|
||||
|
@ -175,7 +175,7 @@ server {
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "upgrade";
|
||||
|
||||
proxy_pass http://ingestor/fluentd/v1/logs;
|
||||
proxy_pass http://ingestor/ingestor/fluentd/v1/logs;
|
||||
}
|
||||
|
||||
location /status-page-identity-api/ {
|
||||
|
Loading…
Reference in New Issue
Block a user