mirror of
https://github.com/dongdigua/dongdigua.github.io
synced 2024-11-24 20:53:10 +08:00
10 lines
167 B
Plaintext
10 lines
167 B
Plaintext
server $gem_host {
|
|
cert "/etc/ssl/gmid.pem"
|
|
key "/etc/ssl/private/gmid.key"
|
|
root "/dongdigua.github.io"
|
|
|
|
cgi "/cgi/*"
|
|
default type "text/plain"
|
|
}
|
|
|