Use nginx in caddy for caching.

This commit is contained in:
Kavin 2022-11-03 17:40:46 +00:00
parent a77f887fd8
commit 41ca0ef18e
No known key found for this signature in database
GPG key ID: 49451E4482CC5BCD
3 changed files with 7 additions and 16 deletions

View file

@ -20,7 +20,7 @@ FRONTEND_HOSTNAME {
}
BACKEND_HOSTNAME {
reverse_proxy varnish:80
reverse_proxy nginx:80
import global
}