Caddy proxy statics other The server

Caddyfile

:8082
gzip

proxy  /document-api-fineuploader.html  test.daili.com

proxy ~* \.(jpg|jpeg|gif|png|swf)$ test.daili3.com

proxy / test.daili.com test.daili2.com {
    policy ip_hash
    health_check_timeout  60s
}

log ./access.log

Thank you very much for your answer
Can you give me some advice?
I want to use caddy as a static resource to separate from other servers,
I’ve seen the document but I can’t find it

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.