diff options
author | Yuqian Yang <crupest@crupest.life> | 2025-01-21 00:58:41 +0800 |
---|---|---|
committer | Yuqian Yang <crupest@crupest.life> | 2025-01-21 03:05:02 +0800 |
commit | 3991d9e8448a83d7f02a412589860e26f7f3d7a1 (patch) | |
tree | 20400b554cd99def39919310bbfeb603cd670687 /docker/nginx/sites/www/.proxyrc.json | |
parent | 360e48e0f0ac730f47b5468630e53add15eb5ff4 (diff) | |
download | crupest-3991d9e8448a83d7f02a412589860e26f7f3d7a1.tar.gz crupest-3991d9e8448a83d7f02a412589860e26f7f3d7a1.tar.bz2 crupest-3991d9e8448a83d7f02a412589860e26f7f3d7a1.zip |
feat(www): remove unused things.
Diffstat (limited to 'docker/nginx/sites/www/.proxyrc.json')
-rw-r--r-- | docker/nginx/sites/www/.proxyrc.json | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/docker/nginx/sites/www/.proxyrc.json b/docker/nginx/sites/www/.proxyrc.json deleted file mode 100644 index 8fe13c0..0000000 --- a/docker/nginx/sites/www/.proxyrc.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "/api": { - "target": "http://localhost:5188", - "changeOrigin": true - } -} |