adding proxy config to caddy

This commit is contained in:
Jean-François GUILLAUME 2024-11-26 11:12:11 +00:00
commit 76ca3f21ae

View file

@ -61,7 +61,7 @@
string-append "https_proxy=" #$proxy)
'())
#$@(if noproxy
(string-append "no_proxy=" #$noproxy)
(list string-append "no_proxy=" #$noproxy)
'())
)
#:user "caddy"