我对江Api网关有这个问题--毕竟配置和测试--我能够成功地完成这个操作:
curl -i -X GET --url http://localhost:8000 --header 'Host: api.saviourgidi.com'
我得到了这个json响应,{"hello": "test"}表明它运行得很好。
-现在我想把它部署到客户不使用curl或httpie的生产中--
我能用nginx部署它吗?
>```
{
// how do I translate this curl command to nginx so that nginx would serve the api.
}发布于 2018-09-12 22:49:02
是建立在 NGINX上的,所以你不必用NGINX来部署它。:)
你是在问如何在孔面前使用负载平衡器吗?
https://stackoverflow.com/questions/52295356
复制相似问题