https://github.com/samuel-li/gaokao-tool
!!!仅供自用及学习NodeJS使用
!!!请尊重原始数据版权,严禁商用和扩散
访问地址 :http://localhost:3001
技术栈 :NodeJS Fastify
访问地址 :http://localhost
技术栈 :VUE3 + Vite
location /schools/ {
proxy_pass http://localhost:3001/schools;
rewrite "^/schools/(.*)$" /schools/$1 break;
}
location /qa {
try_files $uri $uri/ /index.html;
}
location / {
try_files $uri $uri/ =404;
error_page 404 /error/404.html;
}
代码没有版权,仅供自用及学习NodeJS使用,请勿违法