add task_server config

This commit is contained in:
2022-01-19 09:36:21 +08:00
parent 826f760af9
commit faae9225f5
2 changed files with 48 additions and 4 deletions
+4 -4
View File
@@ -53,10 +53,10 @@ server {
proxy_pass http://127.0.0.1:3000/api/v1/uc/;
proxy_set_header Host $host;
}
location /api/v1/ts/ {
proxy_pass http://127.0.0.1:8080/api/v1/ts/;
proxy_set_header Host $host;
}
# location /api/v1/ts/ {
# proxy_pass http://127.0.0.1:8080/api/v1/ts/;
# proxy_set_header Host $host;
# }
}
server {