官方主页:
https://gitee.com/ihaiker/aginx/tree/master
教程:
https://gitee.com/ihaiker/aginx/blob/master/docs/INSTALL.MD
还是看我的吧- -
wget -o aginx.zip https://codeload.github.com/ihaiker/aginx/zip/v2.2.4
unzip aginx
cd aginx-2.2.4/bin
make
cd ../
cd bin
mv aginx- aginx
安装完成了,如果你要复制到/usr/bin 那就
cp aginx /usr/bin/
启动命令:
./aginx --bind 0.0.0.0:8082
http://ip:8082/console
密码/账号 aginx
nohup ./aginx --bind 0.0.0.0:8082 >aginx.log 2>&1 &.
更多帮助信息查阅–help 或者github详细文档