api7 / mod_dubbo

Dubbo module for Nginx
BSD 2-Clause "Simplified" License
6 stars 5 forks source link

feat: allow using variable inside dubbo_pass #5

Closed spacewander closed 3 years ago

spacewander commented 3 years ago

Now we can configure dubbo_pass like: dubbo_pass $dubbo_service_name $dubbo_service_version $dubbo_method dubbo_backend;

The code is already merged into Tengine.