2
모든 디렉토리 요청을 nginx의 단일 파일로 별칭을 지정할 수 있습니까?
nginx에서 특정 디렉토리에 대한 모든 요청을 가져 와서 리디렉션없이 json 문자열을 반환하는 방법을 알아 내려고합니다. 예: curl -i http://example.com/api/call1/ 예상 결과: HTTP/1.1 200 OK Accept-Ranges: bytes Content-Type: application/json Date: Fri, 13 Apr 2012 23:48:21 GMT Last-Modified: Fri, 13 Apr 2012 22:58:56 GMT Server: nginx X-UA-Compatible: IE=Edge,chrome=1 Content-Length: 38 Connection: keep-alive …