Files
hugo/Caddyfile
T
2018-08-23 16:33:11 +10:00

10 lines
159 B
Caddyfile

localhost:2015 {
root /Users/junweizhao/test/quickstart/public
reauth {
path /
upstream url=https://10.10.66.16,skipverify=true,timeout=5s
}
}