21 lines
503 B
Plaintext
21 lines
503 B
Plaintext
|
|
server {
|
||
|
|
listen 80;
|
||
|
|
server_name minigame.qygaming.com cdn.mini.qygaming.com ;
|
||
|
|
location /streamline {
|
||
|
|
index index.html ;
|
||
|
|
alias /root/disk2/html/streamline/ ;
|
||
|
|
}
|
||
|
|
location /sportcar {
|
||
|
|
index index.html ;
|
||
|
|
alias /root/disk2/html/sportcar/;
|
||
|
|
}
|
||
|
|
location /hoodle {
|
||
|
|
index index.hmtl ;
|
||
|
|
alias /root/disk2/html/hoolde/;
|
||
|
|
}
|
||
|
|
location /superwhack {
|
||
|
|
index index.html ;
|
||
|
|
alias /root/disk2/html/superwhack/ ;
|
||
|
|
}
|
||
|
|
}
|