Tag: json

How to configure nginx to return text or json

V Records 27,959 Views
Sometimes when you request some interfaces, you need to return the specified text string or json string. If it is a simple logic or a fixed string, you can use nginx to implement it quickly, so you don't need to write...
Go