fix proc moicen config

This commit is contained in:
2023-04-09 22:51:48 +08:00
parent 086e1a0d7d
commit 02e72062b7
+1 -1
View File
@@ -17,6 +17,6 @@ server {
if ($request_method = 'OPTIONS') {
return 200;
}
proxy_pass http://127.0.0.1:8880/api/v1/ts/;
proxy_pass http://127.0.0.1:8880/api/v1/proc/;
}
}