mirror of
https://github.com/stonith404/pingvin-share.git
synced 2025-01-15 01:14:27 -05:00
14 lines
276 B
Text
14 lines
276 B
Text
|
:3000 {
|
||
|
reverse_proxy /* http://localhost:3333 {
|
||
|
trusted_proxies 0.0.0.0/0
|
||
|
}
|
||
|
|
||
|
reverse_proxy /api/* http://localhost:8080 {
|
||
|
trusted_proxies 0.0.0.0/0
|
||
|
}
|
||
|
|
||
|
log {
|
||
|
output file /var/log/caddy/access.log
|
||
|
level WARN
|
||
|
}
|
||
|
}
|