@@ -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 @@
-extension=zlib.so
+;extension=zlib.so
@@ -1 +1,2 @@
-extension=redis.so
+;extension=redis.so
+extension=libSADKExtension.so.3.4.0.1
@@ -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
@@ -1,4 +1,5 @@
-FROM alpine:3.6
+#FROM alpine:3.6
+FROM alpine
MAINTAINER Rabin "https://github.com/shemic"