Add preliminary traefik proxy guide to docs.

Signed-off-by: Jason Volk <jason@zemos.net>
This commit is contained in:
Jason Volk
2025-12-31 03:20:02 +00:00
parent a434c4d452
commit 6303ae28e9
3 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,29 @@
# Reverse Proxy Setup - Traefik
[<= Back to Generic Deployment Guide](generic.md#setting-up-the-reverse-proxy)
## Installation
_This section is incomplete. Please consider contributing to it._
## Configuration
_This section is incomplete. Please consider contributing to it._
> [!IMPORTANT]
>
> [Encoded Character Filtering](https://doc.traefik.io/traefik/security/request-path/#encoded-character-filtering)
> options must be set to `true`.
## Verification
After starting Traefik, verify it's working by checking:
```bash
curl https://your.server.name/_tuwunel/server_version
curl https://your.server.name:8448/_tuwunel/server_version
```
---
[=> Continue with "You're Done"](generic.md#you-are-done)