Skip to content
Caddyfile 240 B
Newer Older
Hugo Renard's avatar
Hugo Renard committed
:80 {
	@site {
Hugo Renard's avatar
Hugo Renard committed
		path /index.html
		path /assets*
Hugo Renard's avatar
Hugo Renard committed
	}

Hugo Renard's avatar
Hugo Renard committed
	rewrite / /index.html
Hugo Renard's avatar
Hugo Renard committed

Hugo Renard's avatar
Hugo Renard committed
	reverse_proxy @site https://hot-objects.liiib.re {
		header_up Host {upstream_hostport}
		rewrite /www-libre-sh{path}
Hugo Renard's avatar
Hugo Renard committed
	}
Hugo Renard's avatar
Hugo Renard committed
	reverse_proxy http://127.0.0.1:8080
Hugo Renard's avatar
Hugo Renard committed
}