What is the开发者_JAVA技巧 difference between: location = /abc {} and locaton ~ /abc {} location = /abc {} matches the exact uri /abc
We want to send 30 specific url to a new service and rest traffic will go to old service. So i created a location block with those 30 url