Files
FastCheck/proxy.conf.json
sdarbinyan a125732979 changed api
2026-05-31 23:23:44 +04:00

31 lines
807 B
JSON

{
"/proxy/fastcheck-store": {
"target": "https://fastcheck.store",
"secure": true,
"changeOrigin": true,
"pathRewrite": { "^/proxy/fastcheck-store": "" },
"logLevel": "debug"
},
"/proxy/qr-vitanova": {
"target": "https://qr.vitanova.network",
"secure": true,
"changeOrigin": true,
"pathRewrite": { "^/proxy/qr-vitanova": "" },
"logLevel": "debug"
},
"/proxy/api-vitanova": {
"target": "https://api.vitanova.network",
"secure": true,
"changeOrigin": true,
"pathRewrite": { "^/proxy/api-vitanova": "" },
"logLevel": "debug"
},
"/proxy/users-vitanova": {
"target": "https://users.vitanova.network:456",
"secure": true,
"changeOrigin": true,
"pathRewrite": { "^/proxy/users-vitanova": "" },
"logLevel": "debug"
}
}