Files
marketplaces/proxy.conf.lavero.json.bak

12 lines
183 B
JSON
Raw Permalink Normal View History

2026-05-19 02:07:39 +04:00
{
"/api": {
"target": "https://api.lavero.store:555",
"secure": false,
"changeOrigin": true,
"pathRewrite": {
"^/api": ""
},
"logLevel": "debug"
}
}