11 lines
319 B
Markdown
11 lines
319 B
Markdown
# Reverse proxy
|
|
|
|
Production proxy hosts should route:
|
|
|
|
- `web.aidoit.top` to the web application
|
|
- `msp.aidoit.top` to the MSP application
|
|
- `api.aidoit.top` to the API
|
|
|
|
For the first deployment, Nginx Proxy Manager can be used. Keep the API and
|
|
databases on a private Docker network and expose only the reverse proxy.
|