fix: static site

pull/109/head
xcsoft 3 years ago committed by GitHub
parent 8a11538279
commit 71c03e2440
  1. 2
      .gitignore
  2. 3
      plugins/openresty/install.sh

2
.gitignore vendored

@ -129,4 +129,4 @@ pyvenv.cfg
include
data/api_login.txt
data/sessions
data/ssl.pl
data/ssl.pl

@ -43,8 +43,7 @@ Install_openresty()
--with-http_slice_module \
--with-http_stub_status_module && make && make install && \
echo "${VERSION}" > $serverPath/openresty/version.pl
echo "" > $serverPath/web_conf/nginx/enable-php-00.conf
echo '安装完成' > $install_tmp
}

Loading…
Cancel
Save