Back to Reflex

Single Port Proxy

docs/enterprise/single-port-proxy.md

0.9.2a2343 B
Original Source

Single Port Proxy

Enable single-port deployment by proxying the backend to the frontend port.

Configuration

python
import reflex_enterprise as rxe

config = rxe.Config(
    use_single_port=True,
)

This allows your application to run on a single port, which is useful for deployment scenarios where you can only expose one port.