mirror of
https://github.com/10h30/ols-docker-env.git
synced 2026-05-12 23:31:35 +09:00
add php ext, travis sleep 20
This commit is contained in:
@@ -6,7 +6,8 @@ RUN apt-get update && apt-get install wget curl -y
|
||||
RUN wget https://openlitespeed.org/preuse/openlitespeed-1.6.4.tgz && \
|
||||
tar xzvf openlitespeed-1.6.4.tgz && cd openlitespeed && ./install.sh && rm -rf /openlitespeed
|
||||
|
||||
RUN apt-get install mysql-client lsphp73 lsphp73-mysql lsphp73-opcache lsphp73-curl lsphp73-json -y
|
||||
RUN apt-get install mysql-client lsphp73 lsphp73-common lsphp73-mbstring lsphp73-mysql lsphp73-opcache \
|
||||
lsphp73-curl lsphp73-json lsphp73-imagick lsphp73-redis lsphp73-memcached -y
|
||||
|
||||
#RUN echo "admin:$(/usr/local/lsws/admin/fcgi-bin/admin_php* -q /usr/local/lsws/admin/misc/htpasswd.php ${WEB_ADMIN_PASSWORD})" \
|
||||
# > /usr/local/lsws/admin/conf/htpasswd
|
||||
|
||||
@@ -223,8 +223,18 @@ listener Default {
|
||||
listener HTTP {
|
||||
address *:80
|
||||
secure 0
|
||||
map Example *
|
||||
}
|
||||
|
||||
listener HTTPS {
|
||||
address *:443
|
||||
secure 1
|
||||
keyFile /usr/local/lsws/admin/conf/webadmin.key
|
||||
certFile /usr/local/lsws/admin/conf/webadmin.crt
|
||||
map Example *
|
||||
}
|
||||
|
||||
|
||||
vhTemplate centralConfigLog {
|
||||
templateFile conf/templates/ccl.conf
|
||||
listeners Default
|
||||
|
||||
Reference in New Issue
Block a user