mirror of
https://github.com/dongdigua/dongdigua.github.io
synced 2024-11-25 01:03:11 +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"
|
||
|
}
|
||
|
|