Files
tuwunel/docs/deploying/reverse-proxy-traefik.md
Jason Volk 6303ae28e9 Add preliminary traefik proxy guide to docs.
Signed-off-by: Jason Volk <jason@zemos.net>
2026-01-01 06:49:15 +00:00

712 B

Reverse Proxy Setup - Traefik

<= Back to Generic Deployment Guide

Installation

This section is incomplete. Please consider contributing to it.

Configuration

This section is incomplete. Please consider contributing to it.

Important

Encoded Character Filtering options must be set to true.

Verification

After starting Traefik, verify it's working by checking:

curl https://your.server.name/_tuwunel/server_version
curl https://your.server.name:8448/_tuwunel/server_version

=> Continue with "You're Done"