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
9d49624c2f
1 changed files with 3 additions and 3 deletions
|
@ -57,11 +57,11 @@
|
||||||
"HOME=/var/lib/caddy"
|
"HOME=/var/lib/caddy"
|
||||||
#$@(if proxy
|
#$@(if proxy
|
||||||
(list
|
(list
|
||||||
string-append "http_proxy=" proxy
|
(string-append "http_proxy=" proxy)
|
||||||
string-append "https_proxy=" proxy)
|
(string-append "https_proxy=" proxy))
|
||||||
'())
|
'())
|
||||||
#$@(if noproxy
|
#$@(if noproxy
|
||||||
(list string-append "no_proxy=" noproxy)
|
(list (string-append "no_proxy=" noproxy))
|
||||||
'())
|
'())
|
||||||
)
|
)
|
||||||
#:user "caddy"
|
#:user "caddy"
|
||||||
|
|
Loading…
Add table
Reference in a new issue