mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
chore(fluent-ingest): remove /fluent-ingest nginx proxy location from default.conf.template
This commit is contained in:
@@ -521,18 +521,6 @@ ${PROVISION_SSL_CERTIFICATE_KEY_DIRECTIVE}
|
||||
proxy_pass http://accounts;
|
||||
}
|
||||
|
||||
location /fluent-ingest {
|
||||
|
||||
# This is for nginx not to crash when service is not available.
|
||||
resolver 127.0.0.1 valid=30s;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
proxy_set_header X-Forwarded-Proto $scheme;
|
||||
|
||||
proxy_pass http://open-telemetry-ingest;
|
||||
}
|
||||
|
||||
|
||||
location /open-telemetry-ingest {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user