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/ ; } }