mirror of
https://github.com/directus/directus.git
synced 2026-02-12 14:35:26 -05:00
16 lines
179 B
Markdown
16 lines
179 B
Markdown
# Caddy Setup Guide
|
|
|
|
Run
|
|
|
|
```bash
|
|
caddy reverse-proxy --to 127.0.0.1:8055
|
|
```
|
|
|
|
or setup a caddy file with the following contents:
|
|
|
|
```
|
|
localhost
|
|
|
|
reverse_proxy 127.0.0.1:8055
|
|
```
|