add task_server config
This commit is contained in:
+4
-4
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user