Skip to content

Latest commit

 

History

History
31 lines (26 loc) · 557 Bytes

README.md

File metadata and controls

31 lines (26 loc) · 557 Bytes

Nginx-config-admin

nginx web config admin

1 install nginx in system

yum install -y nginx  (centos)
apt install -y nginx  (debian)

2 git clone Nginx-config-admin

git clone https://github.com/wanglixiang90/Nginx-config-admin.git

3 check python version, use python3.6 or above

yum install -y python3  (centos)
apt install -y python3  (debian)
python3 -V

4 init app and run app

bash init.sh
# or use sudo
sudo sh init.sh

5 web http access

web http://you_IP:1500
default user/pass admin/admin123