mirror of
https://gitlab.univ-nantes.fr/glicid-public/guix-glicid.git
synced 2025-04-29 21:58:36 +02:00
adding proxy config to caddy
This commit is contained in:
commit
36b9285673
1 changed files with 3 additions and 3 deletions
|
@ -57,11 +57,11 @@
|
|||
"HOME=/var/lib/caddy"
|
||||
#$@(if proxy
|
||||
(list
|
||||
string-append "http_proxy=" #$proxy
|
||||
string-append "https_proxy=" #$proxy)
|
||||
string-append "http_proxy=" proxy
|
||||
string-append "https_proxy=" proxy)
|
||||
'())
|
||||
#$@(if noproxy
|
||||
(list string-append "no_proxy=" #$noproxy)
|
||||
(list string-append "no_proxy=" noproxy)
|
||||
'())
|
||||
)
|
||||
#:user "caddy"
|
||||
|
|
Loading…
Add table
Reference in a new issue