Browse Source

fix bug

main
xiaoz 4 years ago
parent
commit
5d1089733f
  1. 1
      php/install.sh

1
php/install.sh

@ -20,6 +20,7 @@ chmod +x /usr/sbin/run.sh
function install_nginx() { function install_nginx() {
#安装nginx #安装nginx
apk add nginx apk add nginx
mkdir -p /run/nginx/
#wget -P /etc/nginx https://github.com/helloxz/dnmp/raw/main/php/nginx.conf #wget -P /etc/nginx https://github.com/helloxz/dnmp/raw/main/php/nginx.conf
} }
#设置PHP #设置PHP

Loading…
Cancel
Save