mirror.dongdigua.github.io/gmi/docker/gmid.conf
dongdigua 197a1056ab docker: change ssl volume path
otherwise ca-certificate will be missing
and it can't install package through https
2023-07-12 16:22:35 +08:00

10 lines
159 B
Plaintext

server $gem_host {
cert "/ssl/gmid.pem"
key "/ssl/private/gmid.key"
root "/dongdigua.github.io"
cgi "/cgi/*"
default type "text/plain"
}