Files
FastCheck/proxy.conf.json

31 lines
807 B
JSON
Raw Permalink Normal View History

2026-05-06 23:26:00 +04:00
{
2026-05-14 14:19:29 +04:00
"/proxy/fastcheck-store": {
"target": "https://fastcheck.store",
2026-05-06 23:26:00 +04:00
"secure": true,
"changeOrigin": true,
2026-05-14 14:19:29 +04:00
"pathRewrite": { "^/proxy/fastcheck-store": "" },
2026-05-06 23:26:00 +04:00
"logLevel": "debug"
},
"/proxy/qr-vitanova": {
"target": "https://qr.vitanova.network",
"secure": true,
"changeOrigin": true,
"pathRewrite": { "^/proxy/qr-vitanova": "" },
"logLevel": "debug"
2026-05-19 23:42:43 +04:00
},
"/proxy/api-vitanova": {
"target": "https://api.vitanova.network",
"secure": true,
"changeOrigin": true,
"pathRewrite": { "^/proxy/api-vitanova": "" },
"logLevel": "debug"
2026-05-31 23:23:44 +04:00
},
"/proxy/users-vitanova": {
"target": "https://users.vitanova.network:456",
"secure": true,
"changeOrigin": true,
"pathRewrite": { "^/proxy/users-vitanova": "" },
"logLevel": "debug"
2026-05-06 23:26:00 +04:00
}
}