rabin 3 years ago
parent
commit
e1a177733e

+ 1 - 1
container/conf/web/nginx/conf.d/domain.conf

@@ -8,7 +8,7 @@ server {
 
     charset $charset;
 
-    set $rootdir /www/pinbei/public;
+    set $rootdir /www/laipinbei/public;
     root $rootdir;
     index index.php index.html;
     if (!-d $request_filename){

+ 1 - 1
container/conf/web/php7/conf.d/00_zlib.ini

@@ -1 +1 @@
-extension=zlib.so
+;extension=zlib.so

+ 2 - 1
container/conf/web/php7/conf.d/10_redis.ini

@@ -1 +1,2 @@
-extension=redis.so
+;extension=redis.so
+extension=libSADKExtension.so.3.4.0.1

+ 1 - 1
container/conf/web/php7/php.ini

@@ -746,7 +746,7 @@ user_dir =
 ; properly in multithreaded servers, such as IIS or Zeus, and is automatically
 ; disabled on them.
 ; http://php.net/enable-dl
-enable_dl = Off
+enable_dl = On
 
 ; cgi.force_redirect is necessary to provide security running PHP as a CGI under
 ; most web servers.  Left undefined, PHP turns this on by default.  You can

+ 2 - 1
src/docker/build/os/alpine/Dockerfile

@@ -1,4 +1,5 @@
-FROM alpine:3.6
+#FROM alpine:3.6
+FROM alpine
 
 MAINTAINER Rabin "https://github.com/shemic"