fix: static site
This commit is contained in:
parent
8a11538279
commit
71c03e2440
|
|
@ -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…
Reference in New Issue