Changes between Initial Version and Version 1 of Ticket #2110, comment 5
- Timestamp:
- 12/18/20 10:31:30 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2110, comment 5
initial v1 5 5 I know about "resolver" and it present in my configuration: 6 6 resolver 1.1.1.1 valid=30s; 7 But possible you are right and I use it in wrong way: 8 I had reconfigure it to: 9 resolver 1.1.1.1 valid=10s; 10 set $clarifai_servers api-grpc.clarifai.com; 11 grpc_pass grpc://$clarifai_servers:18080; 7 12 8 In any case thank You for response. Like temporary solution I scheduled "nginx -s reload" (I know this is a crutch) 13 and will check if it works in another way. 9 14 15 In any case thank You for response. 16 Also like temporary solution I had scheduled "nginx -s reload" (I know this is a crutch) 17