mirror of
https://github.com/dongdigua/dongdigua.github.io
synced 2024-11-27 21:30:53 +08:00
dongdigua
197a1056ab
otherwise ca-certificate will be missing and it can't install package through https
10 lines
159 B
Plaintext
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"
|
|
}
|
|
|