adding proxy config to caddy

This commit is contained in:
Jean-François GUILLAUME 2024-11-26 12:11:40 +01:00
parent 144a775776
commit 36157df3eb
GPG key ID: 38751DAE145EFB5A

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"