728x90

https://developpaper.com/centos7-installs-nginx-integration-lua/

 

Centos7 Installs Nginx Integration Lua - Develop Paper

Preface My computer is Mac and my operating system is MacOS Mojave. The computer is equipped with a virtual machine. Centos7 operating system is installed on the virtual machine and Nginx and Luau class libraries are installed on it. The whole process is r

developpaper.com

Nginx Lua Moudle 설치

 

 

 

default_type 'text/plain'; : 데이터 타입 설정

 

content_by_lua_block {

      lua 관련된 내용 삽입가능한듯?

}

 

ngx.req.read_body()  // requestbody 데이터를 읽어드린다.

local_data = ngx.req.get_body_data() //읽어들인 데이터를 data변수안에 저장

 

 

ㄴ 다른 uri 호출 결과 status와 body를 호출하는 코드

 

ngx.location.capture("/some_other_location")

728x90

'lua script' 카테고리의 다른 글

Nginx lua Module  (0) 2022.03.23

+ Recent posts