You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
synctv/docs
zijiren c7aa2b0636
docs: add Nginx reverse proxy guide (#441)
## Summary

- add Chinese and English Nginx reverse proxy guides for the SyncTV HTTP
and WebSocket entrypoint
- disable Nginx proxy caching and upstream response buffering for all
API, Web UI, HLS, and media responses
- preserve SyncTV `Cache-Control` headers and explain why request
buffering remains independent
- link the guide from navigation, production checks, and media latency
troubleshooting

## Scope

The example covers the HTTP/WebSocket entrypoint only. It does not add
gRPC, RTMP, or Ingress configuration.

## Verification

- `npm run validate` in `docs`
- docs content validation: 124 pages, 353 internal links
- Astro diagnostics: 0 errors, 0 warnings, 0 hints
- static build and internal link validation
- `git diff --check`

`nginx -t` was not run because Nginx is not installed in the local
environment.
1 month ago
..
public chore: replace synctv-org backend with SyncTV v1.0.0 2 months ago
scripts chore: replace synctv-org backend with SyncTV v1.0.0 2 months ago
src docs: add Nginx reverse proxy guide (#441) 1 month ago
.env.example chore: replace synctv-org backend with SyncTV v1.0.0 2 months ago
.gitignore chore: replace synctv-org backend with SyncTV v1.0.0 2 months ago
astro.config.mjs docs: add Nginx reverse proxy guide (#441) 1 month ago
package-lock.json release: prepare v1.0.3 (#430) 1 month ago
package.json release: prepare v1.0.3 (#430) 1 month ago
tsconfig.json chore: replace synctv-org backend with SyncTV v1.0.0 2 months ago