mirror of
https://github.com/wahyd4/hugo.git
synced 2026-08-08 21:03:46 +10:00
10 lines
159 B
Caddyfile
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
|
|
}
|
|
|
|
}
|