Skip to content

Updated nginx docs to recent syntax and status code 308 for redirect#2003

Merged
jessevz merged 1 commit intodevfrom
update-nginx-docs
Mar 19, 2026
Merged

Updated nginx docs to recent syntax and status code 308 for redirect#2003
jessevz merged 1 commit intodevfrom
update-nginx-docs

Conversation

@jessevz
Copy link
Contributor

@jessevz jessevz commented Mar 18, 2026

Updated docs for tls setup with nginx:

-Updated redirect status code to 308 (moved permanently) which makes more sense and is also needed to be able to redirect POST requests, which the agents need to work.
-Updated the http2 syntax from deprecated syntax to new syntax

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the TLS setup documentation for Hashtopolis to reflect current nginx configuration syntax and to use an HTTP redirect status that preserves request methods (important for POST-based agent interactions).

Changes:

  • Changed HTTP→HTTPS redirect from 301 to 308 to preserve request method/body on redirect.
  • Updated nginx HTTP/2 enablement from deprecated listen ... http2; parameter to the modern http2 on; directive.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

@jessevz jessevz merged commit 115dca9 into dev Mar 19, 2026
8 checks passed
@jessevz jessevz deleted the update-nginx-docs branch March 19, 2026 09:25
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.

3 participants