Proxy Settings¶
When to use this page¶
Use this guide when SkyCMS runs behind reverse proxies, load balancers, or edge gateways.
Common proxy requirements¶
- preserve host and scheme headers,
- forward client IP headers,
- enforce HTTPS forwarding behavior,
- keep origin and proxy path assumptions consistent.
Recommended checks¶
- Confirm forwarded headers are enabled correctly.
- Verify generated URLs use expected host/scheme.
- Validate authentication callbacks and redirects behind proxy.
- Confirm tenant/domain resolution still maps correctly.
Troubleshooting¶
- wrong redirect scheme: verify X-Forwarded-Proto handling,
- wrong host in links: verify forwarded host header behavior,
- tenant mismatch behind proxy: verify canonical host forwarding.