Download Server

1: build nginx

2: location part following completion
LOCATION / {
the root / opt / Apps;
autoindex ON;
autoindex_exact_size OFF;
autoindex_localtime ON;
}

  1. systemctl nginx restart

  2. wget -c http://ip/auto_dba.sh

Guess you like

Origin blog.51cto.com/14475579/2434658