Skip to content

Fix a misprint in the self-hosting docs#4524

Merged
bfops merged 1 commit intomasterfrom
bfops/fix-self-hosting-docs
Mar 2, 2026
Merged

Fix a misprint in the self-hosting docs#4524
bfops merged 1 commit intomasterfrom
bfops/fix-self-hosting-docs

Conversation

@bfops
Copy link
Collaborator

@bfops bfops commented Mar 2, 2026

Description of Changes

Closes #4496.

The docs refer to a block mentioning /v1/publish but we don't have such a block in our example config. What we actually have is:

    # Block all other routes explicitly. Only localhost can use these routes. If you want to open your
    # server up so that anyone can publish to it you should comment this section out.
    location / {
        allow 127.0.0.1;
        deny all;
    }

API and ABI breaking changes

None.

Expected complexity level and risk

Testing

None

@bfops bfops requested a review from jdetter March 2, 2026 19:52
@bfops bfops added the docs deploy whenever Docs updates that aren't tied to a specific release, and should be deployed when convenient. label Mar 2, 2026
Copy link
Collaborator

@jdetter jdetter left a comment

Choose a reason for hiding this comment

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

LGTM

@bfops bfops enabled auto-merge March 2, 2026 21:10
@bfops bfops disabled auto-merge March 2, 2026 21:22
@bfops bfops added this pull request to the merge queue Mar 2, 2026
Merged via the queue into master with commit 923dfe2 Mar 2, 2026
35 checks passed
Centril pushed a commit that referenced this pull request Mar 3, 2026
# Description of Changes

Closes #4496.

The docs refer to a block mentioning `/v1/publish` but we don't have
such a block in our example config. What we actually have is:
```
    # Block all other routes explicitly. Only localhost can use these routes. If you want to open your
    # server up so that anyone can publish to it you should comment this section out.
    location / {
        allow 127.0.0.1;
        deny all;
    }
```

# API and ABI breaking changes

None.

# Expected complexity level and risk

1.

# Testing

None

Co-authored-by: Zeke Foppa <bfops@users.noreply.github.com>
@bfops bfops deleted the bfops/fix-self-hosting-docs branch March 4, 2026 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

docs deploy whenever Docs updates that aren't tied to a specific release, and should be deployed when convenient.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

typo in self hosting docs

2 participants