Skip to content

docs: clearly state that system.internal-url-prefix shouldn't be changed #3829

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jul 25, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion sentry/config.example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,16 @@ mail.host: 'smtp'
# System Settings #
###################

# The URL prefix in which Sentry is accessible
# This is the main URL prefix where Sentry can be accessed.
# Sentry will use this to create links to its different parts of the user interface.
# This is most helpful if you are using an external reverse proxy.
# system.url-prefix: https://example.sentry.com

# Most of the time, this should NOT be changed. It's used for communication
# between containers. `web` is the container's name, and `9000` is the
# default port exposed by the Sentry image. If you want to change the
# publicly exposed domain or port, you should probably change
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# publicly exposed domain or port, you should probably change
# publicly exposed domain or port, you should change
# `system.url-prefix` above instead
# along with SENTRY_BIND in `.env` file.
# Also see https://develop.sentry.dev/self-hosted/#productionalizing

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ughhh remind me a bit later

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why? 😀

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm juggling so many things at work 😂

# `system.url-prefix` instead.
system.internal-url-prefix: 'http://web:9000'

# If this file ever becomes compromised, it's important to generate a new key.
Expand Down