m-shell-scripts/m_qygaming_0/nginx/minigame.qygaming.conf

21 lines
503 B
Plaintext
Raw Normal View History

2025-03-19 17:38:46 +08:00
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/ ;
}
}