mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-25 19:58:37 +02:00
adding proxy config to caddy
This commit is contained in:
parent
144a775776
commit
36157df3eb
1 changed files with 1 additions and 1 deletions
|
@ -61,7 +61,7 @@
|
||||||
string-append "https_proxy=" #$proxy)
|
string-append "https_proxy=" #$proxy)
|
||||||
'())
|
'())
|
||||||
#$@(if noproxy
|
#$@(if noproxy
|
||||||
(string-append "no_proxy=" #$noproxy)
|
(list string-append "no_proxy=" #$noproxy)
|
||||||
'())
|
'())
|
||||||
)
|
)
|
||||||
#:user "caddy"
|
#:user "caddy"
|
||||||
|
|
Loading…
Add table
Reference in a new issue