Spaces:
Paused
Paused
| server { | |
| listen 7860; | |
| root /usr/share/nginx/html; | |
| index index.html; | |
| location / { | |
| try_files $uri $uri/ /index.html; | |
| } | |
| location /api/ { | |
| proxy_pass https://errorcode418-neteasemusicapi.hf.space/; | |
| proxy_set_header Host $host; | |
| proxy_set_header X-Real-IP $remote_addr; | |
| } | |
| } |