aboutsummaryrefslogtreecommitdiff
path: root/Caddyfile
blob: cef71f98fecca9c0a589d71106c927e0053531d1 (plain)
1
2
3
4
5
6
http://localhost:8080 {
	root * public
	reverse_proxy /api/* localhost:5678
	file_server
}