Files
main-web/main_web/proxy.conf.json
2025-10-22 17:21:44 +02:00

18 lines
334 B
JSON

{
"/api": {
"target": "http://localhost:8080",
"secure": false,
"changeOrigin": true,
"logLevel": "debug"
},
"/draw": {
"target": "http://localhost:8080",
"secure": false,
"changeOrigin": true,
"logLevel": "debug",
"headers": {
"x-proxy-target": "https://iko-main.ddns.net"
}
}
}