Skip to content

Commit f03d108

Browse files
authored
docs(self-hosted): Specify 'localhost' on the noProxy list (#16024)
## DESCRIBE YOUR PR A user reported that 'localhost' should be specified on the noProxy list (getsentry/self-hosted#3947 (comment)). Although we have 127.0.0.1/8 there. Not sure if this is really needed tho, but hey if it works, then it works? ## IS YOUR CHANGE URGENT? Help us prioritize incoming PRs by letting us know when the change needs to go live. - [ ] Urgent deadline (GA date, etc.): <!-- ENTER DATE HERE --> - [ ] Other deadline: <!-- ENTER DATE HERE --> - [x] None: Not urgent, can wait up to 1 week+ ## SLA - Teamwork makes the dream work, so please add a reviewer to your PRs. - Please give the docs team up to 1 week to review your PR unless you've added an urgent due date to it. Thanks in advance for your help! ## PRE-MERGE CHECKLIST *Make sure you've checked the following before merging your changes:* - [ ] Checked Vercel preview for correctness, including links - [ ] PR was reviewed and approved by any necessary SMEs (subject matter experts) - [ ] PR was reviewed and approved by a member of the [Sentry docs team](https://github.com/orgs/getsentry/teams/docs) ## EXTRA RESOURCES - [Sentry Docs contributor guide](https://docs.sentry.io/contributing/)
1 parent 93323cb commit f03d108

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

develop-docs/self-hosted/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ By default Sentry sends anonymous usage statistics to the Sentry team. It helps
142142
"default": {
143143
"httpProxy": "http://proxy:3128",
144144
"httpsProxy": "http://proxy:3128",
145-
"noProxy": "smtp,memcached,redis,postgres,pgbouncer,kafka,clickhouse,seaweedfs,snuba-api,symbolicator,web,worker,nginx,relay,vroom,taskbroker,172.17.0.0/16,127.0.0.0/8"
145+
"noProxy": "localhost,smtp,memcached,redis,postgres,pgbouncer,kafka,clickhouse,seaweedfs,snuba-api,symbolicator,web,worker,nginx,relay,vroom,taskbroker,172.17.0.0/16,127.0.0.0/8"
146146
}
147147
}
148148
}

0 commit comments

Comments
 (0)