Files
Docker-Registry-Browser/proxy.conf.json
2025-07-06 12:45:37 -04:00

16 lines
375 B
JSON

{
"/api/*": {
"target": "http://192.168.1.193:5000",
"secure": false,
"changeOrigin": true,
"logLevel": "debug",
"headers": {
"Access-Control-Allow-Origin": "*",
"Access-Control-Allow-Methods": "GET, POST, OPTIONS",
"Access-Control-Allow-Headers": "Content-Type, Authorization"
},
"pathRewrite": {
"^/api": ""
}
}
}