Skip to content

Conversation

@unclekaldoteth
Copy link

@unclekaldoteth unclekaldoteth commented Feb 5, 2026

Fixes #1762

Summary

  • Add guidance for running a Stacks node behind a reverse proxy with rate limiting.
  • Include Nginx and HAProxy examples for RPC (20443) and API (3999) endpoints.
  • Clarify that the P2P port (20444) should not be proxied.

Changes

  • docs/operate/run-a-node/run-a-node-with-docker.md
  • docs/operate/readme/run-a-node-with-docker.md

Testing

npx --yes markdownlint-cli --disable MD001 MD013 MD022 MD031 -- docs/operate/run-a-node/run-a-node-with-docker.md docs/operate/readme/run-a-node-with-docker.md
echo "exit_code=$?"
# exit_code=0

@CLAassistant
Copy link

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Document how to run a node behind a proxy

2 participants