fix Caddyfile and fix environment variable
This commit is contained in:
parent
3a544c53f5
commit
c29bc2bba6
|
@ -4,7 +4,7 @@
|
|||
http_port 81
|
||||
https_port 444
|
||||
|
||||
email ${CADDY_ACME_EMAIL}
|
||||
email {$CADDY_ACME_EMAIL}
|
||||
acme_dns porkbun {
|
||||
api_key {$PORKBUN_API_KEY}
|
||||
api_secret_key {$PORKBUN_API_SECRET_KEY}
|
||||
|
@ -28,7 +28,7 @@ pdf2.mixel.cloud {
|
|||
reverse_proxy 192.168.178.230:55556
|
||||
}
|
||||
|
||||
code-server.mini1.docker.local{
|
||||
code-server.mini1.docker.local {
|
||||
import logging
|
||||
reverse_proxy 192.168.178.230:8443
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue