diff options
Diffstat (limited to 'docker/nginx/sites/www/.proxyrc.json')
-rw-r--r-- | docker/nginx/sites/www/.proxyrc.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docker/nginx/sites/www/.proxyrc.json b/docker/nginx/sites/www/.proxyrc.json new file mode 100644 index 0000000..8fe13c0 --- /dev/null +++ b/docker/nginx/sites/www/.proxyrc.json @@ -0,0 +1,6 @@ +{ + "/api": { + "target": "http://localhost:5188", + "changeOrigin": true + } +} |