Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 378 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 378 Bytes

Nginx AMQP

Nginx AMQP module

Install

Build nginx amqp. All dependencies are downloaded automaticaly.

Pre requirenments (for example centos/redhat)

sudo yum install gcc-c++.x86_64 zlib-devel openssl-devel

Build

git clone [email protected]:ZigzagAK/ngx_amqp.git
cd ngx_amqp
./build.sh

Archive will be placed in the install folder after successful build.