stanley-king 3 gadi atpakaļ
vecāks
revīzija
9f2d44321f
37 mainītis faili ar 17 papildinājumiem un 24529 dzēšanām
  1. 16 30
      docker/compose/xyzt/arw/docker-compose.yml
  2. 0 103
      docker/compose/xyzt/conf/nginx/nginx-gz-http.conf
  3. 0 112
      docker/compose/xyzt/conf/nginx/nginx-linzh-http.conf
  4. 0 136
      docker/compose/xyzt/conf/nginx/nginx-linzh-https.conf
  5. 0 86
      docker/compose/xyzt/conf/nginx/nginx-prod-http.conf
  6. 0 102
      docker/compose/xyzt/conf/nginx/nginx-prod-https.conf
  7. 0 115
      docker/compose/xyzt/conf/nginx/nginx-stanley-http.conf
  8. 0 86
      docker/compose/xyzt/conf/nginx/nginx-test-http.conf
  9. 0 101
      docker/compose/xyzt/conf/nginx/nginx-win-http.conf
  10. 0 145
      docker/compose/xyzt/conf/nginx/nginx-xyz-https.conf
  11. 0 0
      docker/compose/xyzt/conf/nginx/nginx.conf
  12. 0 3
      docker/compose/xyzt/conf/php-fpm/docker-php-fpm-start
  13. 0 1942
      docker/compose/xyzt/conf/php-fpm/lz-php.ini
  14. 0 1952
      docker/compose/xyzt/conf/php-fpm/php-debug.ini
  15. 0 1952
      docker/compose/xyzt/conf/php-fpm/php-local-debug.ini
  16. 0 1942
      docker/compose/xyzt/conf/php-fpm/php.ini
  17. 0 11
      docker/compose/xyzt/conf/php-ssh/docker-php-spwan-start
  18. 0 11
      docker/compose/xyzt/conf/php-ssh/docker-php-start
  19. 0 27
      docker/compose/xyzt/conf/php-ssh/id_rsa
  20. 0 1
      docker/compose/xyzt/conf/php-ssh/id_rsa.pub
  21. 0 1952
      docker/compose/xyzt/conf/php-ssh/php-debug.ini
  22. 0 1942
      docker/compose/xyzt/conf/php-ssh/php.ini
  23. 0 11
      docker/compose/xyzt/conf/php/docker-php-start
  24. 0 11
      docker/compose/xyzt/conf/php/lz-mobile-spwan-start
  25. 0 1944
      docker/compose/xyzt/conf/php/lz-php-swoole.ini
  26. 0 1942
      docker/compose/xyzt/conf/php/lz-php.ini
  27. 0 11
      docker/compose/xyzt/conf/php/mch-spwan-start-lz
  28. 0 1951
      docker/compose/xyzt/conf/php/php-debug.ini
  29. 0 1952
      docker/compose/xyzt/conf/php/php-local-debug.ini
  30. 0 1953
      docker/compose/xyzt/conf/php/php-swoole-debug.ini
  31. 1 1
      docker/compose/xyzt/conf/php/xyzt-php-swoole.ini
  32. 0 11
      docker/compose/xyzt/conf/php/racc-spwan-start
  33. 0 11
      docker/compose/xyzt/conf/php/racc-spwan-start-lz
  34. 0 11
      docker/compose/xyzt/conf/php/stanley-mobile-spwan-start
  35. 0 1944
      docker/compose/xyzt/conf/php/xyz-php-swoole.ini
  36. 0 12
      docker/compose/xyzt/conf/queue/docker-queue-start
  37. 0 13
      docker/compose/xyzt/conf/searcher/docker-search-start

+ 16 - 30
docker/compose/xyzt/arw/docker-compose.yml

@@ -7,10 +7,10 @@ services:
       - "8080:80"
     volumes:
       - ../../../../:/var/www/html
-      - ../../../conf/etc/localtime:/etc/localtime:ro
+      - ../conf/etc/localtime:/etc/localtime:ro
+      - ../conf/nginx/nginx.conf:/etc/nginx/nginx.conf:ro
       - /nfs/upload:/var/www/html/data/upload
       - /nfs/tmerchant:/var/www/html/merchant
-      - ../../../conf/nginx/nginx-xyztest-http.conf:/etc/nginx/nginx.conf:ro
     container_name: "panda-nginx"
     command: [nginx,'-g','daemon off;']
     extra_hosts:
@@ -22,39 +22,25 @@ services:
       - "9100:9100"
     volumes:
       - ../../../../:/var/www/html
-      - ../../../conf/etc/localtime:/etc/localtime:ro
-      - ../../../conf/php/xyzt-175-php.ini:/usr/local/etc/php/php.ini
+      - ../conf/etc/localtime:/etc/localtime:ro
+      - ../conf/php/php.ini:/usr/local/etc/php/php.ini
       - /nfs/upload:/var/www/html/data/upload
       - /mnt/testlog:/var/www/html/data/log
-      - ../../conf/php/mobile-spwan-start:/usr/local/bin/docker-spwan-start
+      - ../conf/php/mobile-spwan-start:/usr/local/bin/docker-spwan-start
     container_name: "panda-mobile"
     command: ['docker-spwan-start']
 
-  mchsrv:
-    image: php-zts:7.3.18
-    ports:
-      - "9102:9102"
-    volumes:
-      - ../../../../:/var/www/html
-      - ../../../conf/etc/localtime:/etc/localtime:ro
-      - ../../../conf/php/xyzt-175-php.ini:/usr/local/etc/php/php.ini
-      - /nfs/upload:/var/www/html/data/upload
-      - /mnt/testlog:/var/www/html/data/log
-      - ../../../conf/php/mch-spwan-start-lz:/usr/local/bin/docker-spwan-start
-    container_name: "panda-merchant"
-    command: [docker-spwan-start]
-
   websrv:
     image: php-fpm:alpine
     ports:
       - "9000:9000"
     volumes:
-      - ../../../conf/etc/localtime:/etc/localtime:ro
+      - ../conf/etc/localtime:/etc/localtime:ro
       - ../../../../:/var/www/html
       - /nfs/upload:/var/www/html/data/upload
       - /mnt/testlog:/var/www/html/data/log
-      - ../../../conf/php/xyzt-175-php.ini:/usr/local/etc/php/php.ini
-      - ../../../conf/php-fpm/php-fpm.conf:/usr/local/etc/php-fpm.conf
+      - ../conf/php/php.ini:/usr/local/etc/php/php.ini
+      - ../conf/php-fpm/php-fpm.conf:/usr/local/etc/php-fpm.conf
     container_name: "panda-web"
     command: [php-fpm]
 
@@ -62,10 +48,10 @@ services:
     image: php-swool-redis:latest
     volumes:
       - ../../../../:/var/www/html
-      - ../../../conf/etc/localtime:/etc/localtime:ro
+      - ../conf/etc/localtime:/etc/localtime:ro
+      - ../conf/php/php-swoole.ini:/usr/local/etc/php/php.ini
       - /nfs/upload:/var/www/html/data/upload
       - /mnt/testlog:/var/www/html/data/log
-      - ../../../conf/php/xyzt-php-swoole.ini:/usr/local/etc/php/php.ini
     container_name: "worker-codispatcher"
     command: [php,"/var/www/html/rdispatcher/codispatcher.php","16"]
     deploy:
@@ -77,10 +63,10 @@ services:
     image: php-zts-debug:7.3.18
     volumes:
       - ../../../../:/var/www/html
-      - ../../../conf/etc/localtime:/etc/localtime:ro
+      - ../conf/etc/localtime:/etc/localtime:ro
+      - ../conf/php/php.ini:/usr/local/etc/php/php.ini
       - /nfs/upload:/var/www/html/data/upload
       - /mnt/testlog:/var/www/html/data/log
-      - ../../../conf/php/xyzt-175-php.ini:/usr/local/etc/php/php.ini
     container_name: "worker-queue"
     command: [php,"/var/www/html/queue/index.php", "queue", "index"]
 
@@ -88,10 +74,10 @@ services:
     image: php-zts-debug:7.3.18
     volumes:
       - ../../../../:/var/www/html
-      - ../../../conf/etc/localtime:/etc/localtime:ro
+      - ../conf/etc/localtime:/etc/localtime:ro
+      - ../conf/php/php.ini:/usr/local/etc/php/php.ini
       - /nfs/upload:/var/www/html/data/upload
       - /mnt/testlog:/var/www/html/data/log
-      - ../../../conf/php/xyzt-175-php.ini:/usr/local/etc/php/php.ini
     container_name: "worker-searcher"
     command: [php, "/var/www/html/searcher.php"]
 
@@ -99,8 +85,8 @@ services:
     image: php-zts-debug:7.3.18
     volumes:
       - ../../../../:/var/www/html
-      - ../../../conf/etc/localtime:/etc/localtime:ro
-      - ../../../conf/php/xyzt-175-php.ini:/usr/local/etc/php/php.ini
+      - ../conf/etc/localtime:/etc/localtime:ro
+      - ../conf/php/php.ini:/usr/local/etc/php/php.ini
       - /nfs/upload:/var/www/html/data/upload
       - /mnt/testlog:/var/www/html/data/log
     container_name: "panda-php"

+ 0 - 103
docker/compose/xyzt/conf/nginx/nginx-gz-http.conf

@@ -1,103 +0,0 @@
-
-user nginx;
-worker_processes  8;
-error_log   /var/error.log  info;
-worker_rlimit_nofile 10240;
-
-events {
-    worker_connections  8192;
-    multi_accept on;
-    use epoll;
-}
-
-http 
-{
-    include       mime.types;
-    default_type  application/octet-stream;
-    fastcgi_buffer_size 32k;
-    fastcgi_buffers 8 32k;
-    underscores_in_headers on;
-    client_max_body_size 1024M;
-    tcp_nopush on;
-
-    sendfile            on;
-    keepalive_timeout   65;
-
-    log_format  main  '$remote_addr - $remote_user [$time_local] "$request" '
-                      '$status $body_bytes_sent "$http_referer" '
-                      '"$http_user_agent" "$http_x_forwarded_for"';
-
-    server 
-    {
-    	listen       80;
-        set  $folder_name /var/www/html;
-        server_name dd.guozipay.com;
-        root $folder_name;
-        index index.html index.php; 
-    	client_max_body_size 100m;
-    	proxy_connect_timeout 500s;
-        proxy_read_timeout 500s;
-        proxy_send_timeout 500s;
-        fastcgi_connect_timeout 75;
-        fastcgi_read_timeout 600;   
-        fastcgi_send_timeout 600;   
-
-        charset utf-8;
-        
-        location /logs {
-            deny all;
-            return 403;
-        }
-
-        location /data/log {
-            deny all;
-            return 403;
-        }
-        location / {
-            index  index.html index.htm index.php;
-        }
-        
-        location /mshop {
-            root $folder_name;
-            autoindex on;        
-            index  index.html index.htm index.php;
-	        try_files $uri $uri/ /mshop/index.html;
-        }
-
-        location /merchant {
-            root $folder_name;
-            autoindex on;
-            index  index.html index.htm index.php;
-            try_files $uri $uri/ /merchant/index.html;
-        }
-
-        location ~ /mobile/[/\w]+\.php$ {
-            root           $folder_name;
-            fastcgi_pass   docker.hostip:9100;
-            fastcgi_index  index.php;
-            fastcgi_param  SCRIPT_FILENAME  $folder_name$fastcgi_script_name;
-            include fastcgi_params;
-        }
-
-        location ~ /mobile/[/\w]+\.html$ {
-            try_files $uri $uri/ /mobile/index.html;
-        }
-
-        location ~ /racc/[/\w]+\.php$ {
-            root           $folder_name;
-            fastcgi_pass   docker.hostip:9101;
-            fastcgi_index  index.php;
-            fastcgi_param  SCRIPT_FILENAME  $folder_name$fastcgi_script_name;
-            include fastcgi_params;
-        }
-
-        location ~ \.php$ {
-	        add_header Cache-Control no-store;
-            root           $folder_name;
-            fastcgi_pass   docker.hostip:9000;
-            fastcgi_index  index.php;
-            fastcgi_param  SCRIPT_FILENAME  $folder_name$fastcgi_script_name;
-            include        fastcgi_params;
-        }
-    }
-}

+ 0 - 112
docker/compose/xyzt/conf/nginx/nginx-linzh-http.conf

@@ -1,112 +0,0 @@
-
-user nginx;
-worker_processes  8;
-error_log   /var/error.log  info;
-worker_rlimit_nofile 10240;
-
-events {
-    worker_connections  8192;
-    multi_accept on;
-    use epoll;
-}
-
-http 
-{
-    include       mime.types;
-    default_type  application/octet-stream;
-    fastcgi_buffer_size 32k;
-    fastcgi_buffers 8 32k;
-    underscores_in_headers on;
-    client_max_body_size 1024M;
-    tcp_nopush on;
-
-    sendfile            on;
-    keepalive_timeout   65;
-
-    log_format  main  '$remote_addr - $remote_user [$time_local] "$request" '
-                      '$status $body_bytes_sent "$http_referer" '
-                      '"$http_user_agent" "$http_x_forwarded_for"';
-
-    server 
-    {
-    	listen       80;
-        set  $folder_name /var/www/html;
-        server_name www.lzkj168.cn lzkj168.cn 121.89.212.167;
-        root $folder_name;
-        index index.html index.php; 
-    	client_max_body_size 100m;
-    	proxy_connect_timeout 500s;
-        proxy_read_timeout 500s;
-        proxy_send_timeout 500s;
-        fastcgi_connect_timeout 75;
-        fastcgi_read_timeout 600;   
-        fastcgi_send_timeout 600;   
-
-        charset utf-8;
-        
-        location /logs {
-            deny all;
-            return 403;
-        }
-
-        location /data/log {
-            deny all;
-            return 403;
-        }
-        location / {
-            index  index.html index.htm index.php;
-        }
-        
-        location /mshop {
-            root $folder_name;
-            autoindex on;        
-            index  index.html index.htm index.php;
-	        try_files $uri $uri/ /mshop/index.html;
-        }
-
-        location /merchant {
-            root $folder_name;
-            autoindex on;
-            index  index.html index.htm index.php;
-            try_files $uri $uri/ /merchant/index.html;
-        }
-
-        location ~ /mchsrv/[/\w]+\.php$ {
-            root           $folder_name;
-            fastcgi_pass   docker.hostip:9102;
-            fastcgi_index  index.php;
-            fastcgi_param  SCRIPT_FILENAME  $folder_name$fastcgi_script_name;
-            fastcgi_param SIGN $http_sign;
-            include fastcgi_params;
-        }
-
-        location ~ /mobile/[/\w]+\.php$ {
-            root           $folder_name;
-            fastcgi_pass   docker.hostip:9100;
-            fastcgi_index  index.php;
-            fastcgi_param  SCRIPT_FILENAME  $folder_name$fastcgi_script_name;
-            include fastcgi_params;
-        }
-
-        location ~ /mobile/[/\w]+\.html$ {
-            try_files $uri $uri/ /mobile/index.html;
-        }
-
-        location ~ /racc/[/\w]+\.php$ {
-            root           $folder_name;
-            fastcgi_pass   docker.hostip:9101;
-            fastcgi_index  index.php;
-            fastcgi_param  SCRIPT_FILENAME  $folder_name$fastcgi_script_name;
-            include fastcgi_params;
-        }
-
-        location ~ \.php$ {
-	        add_header Cache-Control no-store;
-            root           $folder_name;
-            fastcgi_pass   docker.hostip:9000;
-            fastcgi_index  index.php;
-            fastcgi_param  SCRIPT_FILENAME  $folder_name$fastcgi_script_name;
-            include        fastcgi_params;
-        }
-    }
-}

+ 0 - 136
docker/compose/xyzt/conf/nginx/nginx-linzh-https.conf

@@ -1,136 +0,0 @@
-user nginx;
-worker_processes  1;
-error_log   /var/error.log  info;
-worker_rlimit_nofile 1024;
-
-events {
-    worker_connections  1024;
-}
-
-http 
-{
-    include       mime.types;
-    default_type  application/octet-stream;
-    fastcgi_buffer_size 32k;
-    fastcgi_buffers 8 32k;
-    underscores_in_headers on;
-    client_max_body_size 1024M;
-
-    sendfile            on;
-    keepalive_timeout   65;
-
-    log_format  main  '$remote_addr - $remote_user [$time_local] "$request" '
-                      '$status $body_bytes_sent "$http_referer" '
-                      '"$http_user_agent" "$http_x_forwarded_for"';
-
-    server
-    {
-        listen       443 ssl;
-        set  $folder_name /var/www/html;
-        server_name www.lzkj168.cn;
-        root $folder_name;
-
-        ssl_certificate      cert/www.lzkj168.cn.pem;
-        ssl_certificate_key  cert/www.lzkj168.cn.key;
-
-        ssl_session_cache    shared:SSL:1m;
-        ssl_session_timeout  5m;
-
-        ssl_ciphers ECDHE-RSA-AES128-GCM-SHA256:ECDHE:ECDH:AES:HIGH:!NULL:!aNULL:!MD5:!ADH:!RC4;  #使用此加密套件。
-        ssl_protocols TLSv1 TLSv1.1 TLSv1.2;   #使用该协议进行配置。
-        ssl_prefer_server_ciphers on;
-
-        index index.html index.php;
-        client_max_body_size 100m;
-        proxy_connect_timeout 500s;
-        proxy_read_timeout 500s;
-        proxy_send_timeout 500s;
-        fastcgi_connect_timeout 75;
-        fastcgi_read_timeout 600;
-        fastcgi_send_timeout 600;
-
-        charset utf-8;
-
-        location /logs {
-            deny all;
-            return 403;
-        }
-
-        location /data/log {
-            deny all;
-            return 403;
-        }
-        location / {
-            index  index.html index.htm index.php;
-        }
-
-        location /mshop {
-            root $folder_name;
-            autoindex on;
-            index  index.html index.htm index.php;
-            try_files $uri $uri/ /mshop/index.html;
-        }
-
-        location /plot {
-            root $folder_name;
-            proxy_pass         http://172.16.110.30:5000;
-              proxy_redirect     off;
-
-            proxy_set_header   Host                 $host;
-            proxy_set_header   X-Real-IP            $remote_addr;
-            proxy_set_header   X-Forwarded-For      $proxy_add_x_forwarded_for;
-            proxy_set_header   X-Forwarded-Proto    $scheme;
-        }
-
-        location /merchant {
-            root $folder_name;
-            autoindex on;
-            index  index.html index.htm index.php;
-            try_files $uri $uri/ /merchant/index.html;
-        }
-
-        location ~ /mobile/[/\w]+\.php$ {
-            root           $folder_name;
-            fastcgi_pass   docker.hostip:9100;
-            fastcgi_index  index.php;
-            fastcgi_param  SCRIPT_FILENAME  $folder_name$fastcgi_script_name;
-            include fastcgi_params;
-        }
-
-        location ~ /racc/[/\w]+\.php$ {
-            root           $folder_name;
-            fastcgi_pass   docker.hostip:9101;
-            fastcgi_index  index.php;
-            fastcgi_param  SCRIPT_FILENAME  $folder_name$fastcgi_script_name;
-            include fastcgi_params;
-        }
-
-        location ~ /mchsrv/[/\w]+\.php$ {
-            root           $folder_name;
-            fastcgi_pass   docker.hostip:9102;
-            fastcgi_index  index.php;
-            fastcgi_param  SCRIPT_FILENAME  $folder_name$fastcgi_script_name;
-            fastcgi_param SIGN $http_sign;
-            include fastcgi_params;
-        }
-
-        location ~ /mobile/[/\w]+\.html$ {
-            try_files $uri $uri/ /mobile/index.html;
-        }
-
-        location ~ \.php$ {
-            add_header Cache-Control no-store;
-            root           $folder_name;
-            fastcgi_pass   docker.hostip:9000;
-            fastcgi_index  index.php;
-            fastcgi_param  SCRIPT_FILENAME  $folder_name$fastcgi_script_name;
-            include        fastcgi_params;
-        }
-    }
-
-    server {
-        listen       443 ssl;
-        server_name lzkj168.cn;
-        return 301 https://www.lzkj168.cn$request_uri;
-    }
-}

+ 0 - 86
docker/compose/xyzt/conf/nginx/nginx-prod-http.conf

@@ -1,86 +0,0 @@
-
-user nginx;
-worker_processes  1;
-error_log   /var/error.log  info;
-#pid        logs/nginx.pid;
-worker_rlimit_nofile 1024;
-
-events {
-    worker_connections  1024;
-}
-
-http 
-{
-    include       mime.types;
-    default_type  application/octet-stream;
-    fastcgi_buffer_size 32k;
-    fastcgi_buffers 8 32k;
-    underscores_in_headers on;
-    client_max_body_size 1024M;
-
-    sendfile            on;
-    keepalive_timeout   65;
-
-    log_format  main  '$remote_addr - $remote_user [$time_local] "$request" '
-                      '$status $body_bytes_sent "$http_referer" '
-                      '"$http_user_agent" "$http_x_forwarded_for"';
-
-    server 
-    {
-    	listen       80;
-        set  $folder_name /var/www/html;
-        server_name www.xyzshops.cn;
-        root $folder_name;
-        index index.html index.php; 
-    	client_max_body_size 100m;
-    	proxy_connect_timeout 500s;
-        proxy_read_timeout 500s;
-        proxy_send_timeout 500s;
-        fastcgi_connect_timeout 75;
-        fastcgi_read_timeout 600;   
-        fastcgi_send_timeout 600;   
-
-        charset utf-8;
-        
-        location /logs {
-            deny all;
-            return 403;
-        }
-
-        location /data/log {
-            deny all;
-            return 403;
-        }
-        location / {
-            index  index.html index.htm index.php;
-        }
-        
-        location /mshop {
-            root $folder_name;
-            autoindex on;        
-            index  index.html index.htm index.php;
-	        try_files $uri $uri/ /mshop/index.html;
-        }
-
-        location ~ /mobile/[/\w]+\.php$ {
-            root           $folder_name;
-            fastcgi_pass   mobilesrv:9100;
-            fastcgi_index  index.php;
-            fastcgi_param  SCRIPT_FILENAME  $folder_name$fastcgi_script_name;
-            include fastcgi_params;
-        }
-
-        location ~ /mobile/[/\w]+\.html$ {
-            try_files $uri $uri/ /mobile/index.html;
-        }
-
-        location ~ \.php$ {
-	        add_header Cache-Control no-store;
-            root           $folder_name;
-            fastcgi_pass   websrv:9000;
-            fastcgi_index  index.php;
-            fastcgi_param  SCRIPT_FILENAME  $folder_name$fastcgi_script_name;
-            include        fastcgi_params;
-        }
-    }
-}

+ 0 - 102
docker/compose/xyzt/conf/nginx/nginx-prod-https.conf

@@ -1,102 +0,0 @@
-user nginx;
-worker_processes  1;
-error_log   /var/error.log  info;
-worker_rlimit_nofile 1024;
-
-events {
-    worker_connections  1024;
-}
-
-http 
-{
-    include       mime.types;
-    default_type  application/octet-stream;
-    fastcgi_buffer_size 32k;
-    fastcgi_buffers 8 32k;
-    underscores_in_headers on;
-    client_max_body_size 1024M;
-
-    sendfile            on;
-    keepalive_timeout   65;
-
-    log_format  main  '$remote_addr - $remote_user [$time_local] "$request" '
-                      '$status $body_bytes_sent "$http_referer" '
-                      '"$http_user_agent" "$http_x_forwarded_for"';
-
-    server
-    {
-        listen       443 ssl;
-        set  $folder_name /var/www/html;
-        server_name www.xyzshops.cn;
-        root $folder_name;
-
-        ssl_certificate      cert/www.xyzshops.cn.pem;
-        ssl_certificate_key  cert/www.xyzshops.cn.key;
-
-        ssl_session_cache    shared:SSL:1m;
-        ssl_session_timeout  5m;
-
-        ssl_ciphers ECDHE-RSA-AES128-GCM-SHA256:ECDHE:ECDH:AES:HIGH:!NULL:!aNULL:!MD5:!ADH:!RC4;  #使用此加密套件。
-        ssl_protocols TLSv1 TLSv1.1 TLSv1.2;   #使用该协议进行配置。
-        ssl_prefer_server_ciphers on;
-
-        index index.html index.php;
-        client_max_body_size 100m;
-        proxy_connect_timeout 500s;
-        proxy_read_timeout 500s;
-        proxy_send_timeout 500s;
-        fastcgi_connect_timeout 75;
-        fastcgi_read_timeout 600;
-        fastcgi_send_timeout 600;
-
-        charset utf-8;
-
-        location /logs {
-            deny all;
-            return 403;
-        }
-
-        location /data/log {
-            deny all;
-            return 403;
-        }
-        location / {
-            index  index.html index.htm index.php;
-        }
-
-        location /mshop {
-            root $folder_name;
-            autoindex on;
-            index  index.html index.htm index.php;
-            try_files $uri $uri/ /mshop/index.html;
-        }
-
-        location /merchant {
-            root $folder_name;
-            autoindex on;
-            index  index.html index.htm index.php;
-            try_files $uri $uri/ /merchant/index.html;
-        }
-
-        location ~ /mobile/[/\w]+\.php$ {
-            root           $folder_name;
-            fastcgi_pass   mobilesrv:9100;
-            fastcgi_index  index.php;
-            fastcgi_param  SCRIPT_FILENAME  $folder_name$fastcgi_script_name;
-            include fastcgi_params;
-        }
-
-        location ~ /mobile/[/\w]+\.html$ {
-            try_files $uri $uri/ /mobile/index.html;
-        }
-
-        location ~ \.php$ {
-            add_header Cache-Control no-store;
-            root           $folder_name;
-            fastcgi_pass   websrv:9000;
-            fastcgi_index  index.php;
-            fastcgi_param  SCRIPT_FILENAME  $folder_name$fastcgi_script_name;
-            include        fastcgi_params;
-        }
-    }
-}

+ 0 - 115
docker/compose/xyzt/conf/nginx/nginx-stanley-http.conf

@@ -1,115 +0,0 @@
-
-user nginx;
-worker_processes  1;
-error_log   /var/error.log  info;
-worker_rlimit_nofile 1024;
-
-events {
-    worker_connections  1024;
-}
-
-http 
-{
-    include       mime.types;
-    default_type  application/octet-stream;
-    fastcgi_buffer_size 32k;
-    fastcgi_buffers 8 32k;
-    underscores_in_headers on;
-    client_max_body_size 1024M;
-
-    sendfile            on;
-    keepalive_timeout   65;
-
-    log_format  main  '$remote_addr - $remote_user [$time_local] "$request" '
-                      '$status $body_bytes_sent "$http_referer" '
-                      '"$http_user_agent" "$http_x_forwarded_for"';
-
-    server 
-    {
-    	listen       80;
-        set  $folder_name /var/www/html;
-        server_name 192.168.1.220;
-        root $folder_name;
-        index index.html index.php; 
-    	client_max_body_size 100m;
-    	proxy_connect_timeout 500s;
-        proxy_read_timeout 500s;
-        proxy_send_timeout 500s;
-        fastcgi_connect_timeout 75;
-        fastcgi_read_timeout 600;   
-        fastcgi_send_timeout 600;   
-
-        charset utf-8;
-        
-        location /logs {
-            deny all;
-            return 403;
-        }
-
-        location /data/log {
-            deny all;
-            return 403;
-        }
-        location / {
-            index  index.html index.htm index.php;
-        }
-        
-        location /mshop {
-            root $folder_name;
-            autoindex on;        
-            index  index.html index.htm index.php;
-	        try_files $uri $uri/ /mshop/index.html;
-        }
-
-        location /plot {
-            root $folder_name;
-            proxy_pass         http://host.docker.internal:5000;
-            proxy_redirect     off;
-
-            proxy_set_header   Host                 $host;
-            proxy_set_header   X-Real-IP            $remote_addr;
-            proxy_set_header   X-Forwarded-For      $proxy_add_x_forwarded_for;
-            proxy_set_header   X-Forwarded-Proto    $scheme;
-        }
-
-        location ~ /mobile/[/\w]+\.php$ {
-            root           $folder_name;
-            fastcgi_pass   host.docker.internal:9100;
-            fastcgi_index  index.php;
-            fastcgi_param  SCRIPT_FILENAME  $folder_name$fastcgi_script_name;
-            fastcgi_param SIGN $http_sign;
-            include fastcgi_params;
-        }
-
-        location ~ /mobile/[/\w]+\.html$ {
-            try_files $uri $uri/ /mobile/index.html;
-        }
-
-        location ~ /racc/[/\w]+\.php$ {
-            root           $folder_name;
-            fastcgi_pass   host.docker.internal:9101;
-            fastcgi_index  index.php;
-            fastcgi_param  SCRIPT_FILENAME  $folder_name$fastcgi_script_name;
-            fastcgi_param SIGN $http_sign;
-            include fastcgi_params;
-        }
-
-        location ~ /mchsrv/[/\w]+\.php$ {
-            root           $folder_name;
-            fastcgi_pass   host.docker.internal:9102;
-            fastcgi_index  index.php;
-            fastcgi_param  SCRIPT_FILENAME  $folder_name$fastcgi_script_name;
-            fastcgi_param SIGN $http_sign;
-            include fastcgi_params;
-        }
-
-        location ~ \.php$ {
-	        add_header Cache-Control no-store;
-            root           $folder_name;
-            fastcgi_pass   host.docker.internal:9000;
-            fastcgi_index  index.php;
-            fastcgi_param  SCRIPT_FILENAME  $folder_name$fastcgi_script_name;
-            include        fastcgi_params;
-        }
-    }
-}

+ 0 - 86
docker/compose/xyzt/conf/nginx/nginx-test-http.conf

@@ -1,86 +0,0 @@
-
-user nginx;
-worker_processes  1;
-error_log   /var/error.log  info;
-#pid        logs/nginx.pid;
-worker_rlimit_nofile 1024;
-
-events {
-    worker_connections  1024;
-}
-
-http 
-{
-    include       mime.types;
-    default_type  application/octet-stream;
-    fastcgi_buffer_size 32k;
-    fastcgi_buffers 8 32k;
-    underscores_in_headers on;
-    client_max_body_size 1024M;
-
-    sendfile            on;
-    keepalive_timeout   65;
-
-    log_format  main  '$remote_addr - $remote_user [$time_local] "$request" '
-                      '$status $body_bytes_sent "$http_referer" '
-                      '"$http_user_agent" "$http_x_forwarded_for"';
-
-    server 
-    {
-    	listen       80;
-        set  $folder_name /var/www/html;
-        server_name www.xyzshops.cn;
-        root $folder_name;
-        index index.html index.php; 
-    	client_max_body_size 100m;
-    	proxy_connect_timeout 500s;
-        proxy_read_timeout 500s;
-        proxy_send_timeout 500s;
-        fastcgi_connect_timeout 75;
-        fastcgi_read_timeout 600;   
-        fastcgi_send_timeout 600;   
-
-        charset utf-8;
-        
-        location /logs {
-            deny all;
-            return 403;
-        }
-
-        location /data/log {
-            deny all;
-            return 403;
-        }
-        location / {
-            index  index.html index.htm index.php;
-        }
-        
-        location /mshop {
-            root $folder_name;
-            autoindex on;        
-            index  index.html index.htm index.php;
-	        try_files $uri $uri/ /mshop/index.html;
-        }
-
-        location ~ /mobile/[/\w]+\.php$ {
-            root           $folder_name;
-            fastcgi_pass   tmobilesrv:9100;
-            fastcgi_index  index.php;
-            fastcgi_param  SCRIPT_FILENAME  $folder_name$fastcgi_script_name;
-            include fastcgi_params;
-        }
-
-        location ~ /mobile/[/\w]+\.html$ {
-            try_files $uri $uri/ /mobile/index.html;
-        }
-
-        location ~ \.php$ {
-	        add_header Cache-Control no-store;
-            root           $folder_name;
-            fastcgi_pass   twebsrv:9000;
-            fastcgi_index  index.php;
-            fastcgi_param  SCRIPT_FILENAME  $folder_name$fastcgi_script_name;
-            include        fastcgi_params;
-        }
-    }
-}

+ 0 - 101
docker/compose/xyzt/conf/nginx/nginx-win-http.conf

@@ -1,101 +0,0 @@
-
-user nginx;
-worker_processes  1;
-error_log   /var/error.log  info;
-#pid        logs/nginx.pid;
-worker_rlimit_nofile 1024;
-
-events {
-    worker_connections  1024;
-}
-
-http 
-{
-    include       mime.types;
-    default_type  application/octet-stream;
-    fastcgi_buffer_size 32k;
-    fastcgi_buffers 8 32k;
-    underscores_in_headers on;
-    client_max_body_size 1024M;
-
-    sendfile            on;
-    keepalive_timeout   65;
-
-    log_format  main  '$remote_addr - $remote_user [$time_local] "$request" '
-                      '$status $body_bytes_sent "$http_referer" '
-                      '"$http_user_agent" "$http_x_forwarded_for"';
-
-    server 
-    {
-    	listen       80;
-        set  $folder_name /var/www/html;
-        server_name 192.168.1.218 www.xyxy.com;
-        root $folder_name;
-        index index.html index.php; 
-    	client_max_body_size 100m;
-    	proxy_connect_timeout 500s;
-        proxy_read_timeout 500s;
-        proxy_send_timeout 500s;
-        fastcgi_connect_timeout 75;
-        fastcgi_read_timeout 600;   
-        fastcgi_send_timeout 600;   
-
-        charset utf-8;
-        
-        location /logs {
-            deny all;
-            return 403;
-        }
-
-        location /data/log {
-            deny all;
-            return 403;
-        }
-        location / {
-            index  index.html index.htm index.php;
-        }
-        
-        location /mshop {
-            root $folder_name;
-            autoindex on;        
-            index  index.html index.htm index.php;
-	        try_files $uri $uri/ /mshop/index.html;
-        }
-
-        location ~ /mobile/[/\w]+\.php$ {
-            root           $folder_name;
-            fastcgi_pass   mobilesrv:9100;
-            fastcgi_index  index.php;
-            fastcgi_param  SCRIPT_FILENAME  $folder_name$fastcgi_script_name;
-            include fastcgi_params;
-        }
-
-        location ~ /mobile/[/\w]+\.html$ {
-            try_files $uri $uri/ /mobile/index.html;
-        }
-
-        location ~ /mchsrv/[/\w]+\.php$ {
-            root           $folder_name;
-            fastcgi_pass   mchsrv:9102;
-            fastcgi_index  index.php;
-            fastcgi_param  SCRIPT_FILENAME  $folder_name$fastcgi_script_name;
-            fastcgi_param SIGN $http_sign;
-            include fastcgi_params;
-        }
-
-        location ~ \.php$ {
-	        add_header Cache-Control no-store;
-            root           $folder_name;
-            fastcgi_pass   websrv:9000;
-            fastcgi_index  index.php;
-            fastcgi_param  SCRIPT_FILENAME  $folder_name$fastcgi_script_name;
-            include        fastcgi_params;
-        }
-    }
-
-    server {
-        listen       80;
-        server_name xyxyxy.com;
-        return 301 http://www.xyxy.com;
-    }
-}

+ 0 - 145
docker/compose/xyzt/conf/nginx/nginx-xyz-https.conf

@@ -1,145 +0,0 @@
-user nginx;
-worker_processes  8;
-error_log   /var/error.log  info;
-worker_rlimit_nofile 10240;
-
-events {
-    worker_connections  8192;
-    multi_accept on;
-    use epoll;
-}
-
-http 
-{
-    include       mime.types;
-    default_type  application/octet-stream;
-    fastcgi_buffer_size 32k;
-    fastcgi_buffers 8 32k;
-    underscores_in_headers on;
-    client_max_body_size 1024M;
-
-    sendfile            on;
-    keepalive_timeout   65;
-
-    log_format  main  '$remote_addr - $remote_user [$time_local] "$request" '
-                      '$status $body_bytes_sent "$http_referer" '
-                      '"$http_user_agent" "$http_x_forwarded_for"';
-
-    server
-    {
-        listen       443 ssl;
-        set  $folder_name /var/www/html;
-        server_name www.xyzshops.cn;
-        root $folder_name;
-
-        ssl_certificate      cert/www.xyzshops.cn.pem;
-        ssl_certificate_key  cert/www.xyzshops.cn.key;
-
-        ssl_session_cache    shared:SSL:1m;
-        ssl_session_timeout  5m;
-
-        ssl_ciphers ECDHE-RSA-AES128-GCM-SHA256:ECDHE:ECDH:AES:HIGH:!NULL:!aNULL:!MD5:!ADH:!RC4;  #使用此加密套件。
-        ssl_protocols TLSv1 TLSv1.1 TLSv1.2;   #使用该协议进行配置。
-        ssl_prefer_server_ciphers on;
-
-        index index.html index.php;
-        client_max_body_size 100m;
-        proxy_connect_timeout 500s;
-        proxy_read_timeout 500s;
-        proxy_send_timeout 500s;
-        fastcgi_connect_timeout 75;
-        fastcgi_read_timeout 600;
-        fastcgi_send_timeout 600;
-
-        charset utf-8;
-
-        location /logs {
-            deny all;
-            return 403;
-        }
-
-        location /data/log {
-            deny all;
-            return 403;
-        }
-        location / {
-            index  index.html index.htm index.php;
-        }
-
-        location /mshop {
-            root $folder_name;
-            autoindex on;
-            index  index.html index.htm index.php;
-            try_files $uri $uri/ /mshop/index.html;
-        }
-
-        location /plot {
-            root $folder_name;
-            proxy_pass         http://172.26.105.126:5000;
-            proxy_redirect     off;
-
-            proxy_set_header   Host                 $host;
-            proxy_set_header   X-Real-IP            $remote_addr;
-            proxy_set_header   X-Forwarded-For      $proxy_add_x_forwarded_for;
-            proxy_set_header   X-Forwarded-Proto    $scheme;
-        }
-
-        location /merchant {
-            root $folder_name;
-            autoindex on;
-            index  index.html index.htm index.php;
-            try_files $uri $uri/ /merchant/index.html;
-        }
-        location ~ /mobile/[/\w]+\.php$ {
-            root           $folder_name;
-            fastcgi_pass   docker.hostip:9100;
-            fastcgi_index  index.php;
-            fastcgi_param  SCRIPT_FILENAME  $folder_name$fastcgi_script_name;
-            fastcgi_param  SIGN $http_sign;
-            include fastcgi_params;
-        }
-
-        location ~ /mobile/[/\w]+\.html$ {
-            try_files $uri $uri/ /mobile/index.html;
-        }
-
-        location ~ /racc/[/\w]+\.php$ {
-            root           $folder_name;
-            fastcgi_pass   docker.hostip:9101;
-            fastcgi_index  index.php;
-            fastcgi_param  SCRIPT_FILENAME  $folder_name$fastcgi_script_name;
-            fastcgi_param  SIGN $http_sign;
-            include fastcgi_params;
-        }
-
-        location ~ /mchsrv/[/\w]+\.php$ {
-            root           $folder_name;
-            fastcgi_pass   172.26.105.126:9102;
-            fastcgi_index  index.php;
-            fastcgi_param  SCRIPT_FILENAME  $folder_name$fastcgi_script_name;
-            fastcgi_param SIGN $http_sign;
-            include fastcgi_params;
-        }
-
-        location ~ \.php$ {
-            add_header Cache-Control no-store;
-            root           $folder_name;
-            fastcgi_pass   172.26.105.126:9000;
-            fastcgi_index  index.php;
-            fastcgi_param  SCRIPT_FILENAME  $folder_name$fastcgi_script_name;
-            include        fastcgi_params;
-        }
-    }
-
-    server {
-        listen       443 ssl;
-        server_name xyzshops.cn;
-        return 301 https://www.xyzshops.cn$request_uri;
-    }
-
-    server {
-        listen       80;
-        server_name xyzshops.cn 121.89.223.81;
-        return 301 https://www.xyzshops.cn$request_uri;
-    }
-}

docker/compose/xyzt/conf/nginx/nginx-xyztest-http.conf → docker/compose/xyzt/conf/nginx/nginx.conf


+ 0 - 3
docker/compose/xyzt/conf/php-fpm/docker-php-fpm-start

@@ -1,3 +0,0 @@
-#!/bin/sh
-set -e
-php-fpm

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 1942
docker/compose/xyzt/conf/php-fpm/lz-php.ini


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 1952
docker/compose/xyzt/conf/php-fpm/php-debug.ini


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 1952
docker/compose/xyzt/conf/php-fpm/php-local-debug.ini


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 1942
docker/compose/xyzt/conf/php-fpm/php.ini


+ 0 - 11
docker/compose/xyzt/conf/php-ssh/docker-php-spwan-start

@@ -1,11 +0,0 @@
-#!/bin/sh
-set -e
-spawn-fcgi -a 0.0.0.0 -p 9100 -F 1 -f "php /var/www/html/fcgi_run.php"
-
-time=$(date "+%Y%m%d")
-
-if [ ! -f "/var/www/html/data/log/${time}-mobile.log" ]; then
-    touch "/var/www/html/data/log/${time}-mobile.log"
-fi
-
-tail -f "/var/www/html/data/log/${time}-mobile.log"

+ 0 - 11
docker/compose/xyzt/conf/php-ssh/docker-php-start

@@ -1,11 +0,0 @@
-#!/bin/sh
-set -e
-spawn-fcgi -a 0.0.0.0 -p 9100 -F 10 -f "php /var/www/html/fcgi_run.php"
-
-time=$(date "+%Y%m%d")
-
-if [ ! -f "/var/www/html/data/log/${time}-mobile.log" ]; then
-    touch "/var/www/html/data/log/${time}-mobile.log"
-fi
-
-tail -f "/var/www/html/data/log/${time}-mobile.log"

+ 0 - 27
docker/compose/xyzt/conf/php-ssh/id_rsa

@@ -1,27 +0,0 @@
------BEGIN RSA PRIVATE KEY-----
-MIIEpQIBAAKCAQEAtX2H9v+XzMOvWJkgMpMEX4P/ZKBmG2Puxf2nzHLhj0VsUUoe
-r50H3HXaHPWmQo4rtRaHIn2owSX65NQPvzEtFDrH0Lb9mvBABZUtRYlvbppUIgSm
-TdZs8o7vCx4+L4D+SyLfn7LlrLNLLX7I6lOT9V5U+IIwKd2S7cHdELkwAv7uAwP7
-GgNyw6HK7vzXvszUPR5iuW7zfTHCZRPeUGOL4hF5YRA7xscdBNzUrwUsJKpdI61O
-sMkJwAz/tCZ6onX9zEt8Bxe+ixKaLJjSDOOfaQElaaLnjvSSZPXk3m2udrlzW9BC
-b5a3MAnsIXqjR299CzUO+qMPc4FWJRFP1PWgZQIDAQABAoIBABtoVqUVWi5BCvTd
-QwCANTPbcjEXC/Rs9f0OXk3At5F0UXRBNjsdArfnUEX5Tt9UKwOQ4F10Do0EmEwA
-PlSIL5+TdONvDwNb7r8pFQogRCS2x6fPffHZROCody79pTR1TXG5VX3/fTHEbcD0
-GZFRh9GRKlHRD0bzQCIJmcHRxY9eASYOhjzUa5YzfpULLMkyu7/AAl8OHGquPHZg
-U3a1nsLhtsAg5vkSf3qymqjsQWlk77+N6TUpDKBy/2nN71r0URfPwUEnXUpRJtie
-FJ9oPeo/m/VUE5YN8GadYHPq3bnCB8NXIv2bWxUMLJdYNFX4zZiBzQLqTLaJhv9q
-dOTN520CgYEA2h1tr2m5CwR/Qr3y0HRo8i3g65zBp+ZDqIivIrCMS/HisC8eq+Mx
-ItuFoW/dXPEychxvwPZQWG/qv5EZXSwWhZTuisYV4nKlhKJ92WeKOIlABbiZa0Vz
-hqBdmvhgqRnSHGhg4OL8fvCmxfvCX8NvUeiRyFdoocGHOV+MvASnlesCgYEA1QOT
-IeEcBBfUKY7qKlsWIUO6tRYYKcL9VSgixxUQtniXCYDLHzcsiAikr85G0Id/2vp4
-o4GPBVcTYYJ9RIynA9Bki6CKtR956N/G35GXPXmexJDVG7LRjm5IzKVTJ3BPTyfR
-MwWsl8mpnlXPjUGZE3xBM/GLMW5AouPzbtFlfu8CgYEAg90Iw+TRxzRnz6zQkG/g
-RpGwCiGR/nS6cLh50SoVF5Db8JH8JATNXvqCVnAvzxHO4qgIdAs11dGLhVcuk2Kl
-FwtMD7/j2Sxgnsgx926eZMGtYAgTUIQDbN+k15zTq0f9+8iq0SrJZeENomIrSAP6
-V/WXtRwLGMfMfcYjakQSIRMCgYEAglpKqnvgMh0G51uersbI1xhkZDaeGMhLUNZb
-2eppLNDE1LrtEjAoXyKy7SbVLP0OX8nRE3XQONtdb9lzoQRVnD7lmJBo8YfOiZSP
-Vfb5T1RitTVQRD/8fyW8BQfSyBqxXeYm3gtF4Ck3VD584ZtX+pWaLRhOLrSid0v5
-h0I60x8CgYEAxINWWMJBdfJMlIQdDBOAyI8bdLnV08qgLbNSujUirpZ0ZMo6Q5Wr
-WZrW8WBmeSoM8l/rPTQCamKc6/aLehJ3Si+mCGTBIFoWB+kZcwNd1wSv3R76p5DI
-ix1pQH8FaOyWN+XOstPC/Di7dYSptOkMief1Fy5zDTmFkvUmvdSVuFI=
------END RSA PRIVATE KEY-----

+ 0 - 1
docker/compose/xyzt/conf/php-ssh/id_rsa.pub

@@ -1 +0,0 @@
-ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQC1fYf2/5fMw69YmSAykwRfg/9koGYbY+7F/afMcuGPRWxRSh6vnQfcddoc9aZCjiu1FocifajBJfrk1A+/MS0UOsfQtv2a8EAFlS1FiW9umlQiBKZN1mzyju8LHj4vgP5LIt+fsuWss0stfsjqU5P1XlT4gjAp3ZLtwd0QuTAC/u4DA/saA3LDocru/Ne+zNQ9HmK5bvN9McJlE95QY4viEXlhEDvGxx0E3NSvBSwkql0jrU6wyQnADP+0Jnqidf3MS3wHF76LEposmNIM459pASVpoueO9JJk9eTeba52uXNb0EJvlrcwCewheqNHb30LNQ76ow9zgVYlEU/U9aBl stanley-king@MacBook-Air.local

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 1952
docker/compose/xyzt/conf/php-ssh/php-debug.ini


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 1942
docker/compose/xyzt/conf/php-ssh/php.ini


+ 0 - 11
docker/compose/xyzt/conf/php/docker-php-start

@@ -1,11 +0,0 @@
-#!/bin/sh
-set -e
-spawn-fcgi -a 0.0.0.0 -p 9100 -F 10 -f "php /var/www/html/fcgi_run.php"
-
-time=$(date "+%Y%m%d")
-
-if [ ! -f "/var/www/html/data/log/${time}-mobile.log" ]; then
-    touch "/var/www/html/data/log/${time}-mobile.log"
-fi
-
-tail -f "/var/www/html/data/log/${time}-mobile.log"

+ 0 - 11
docker/compose/xyzt/conf/php/lz-mobile-spwan-start

@@ -1,11 +0,0 @@
-#!/bin/sh
-set -e
-spawn-fcgi -a 0.0.0.0 -p 9100 -F 1 -f "php /var/www/html/mobile/mobile_run.php"
-
-time=$(date "+%Y%m%d")
-
-if [ ! -f "/var/www/html/data/log/${time}-mobile.log" ]; then
-    touch "/var/www/html/data/log/${time}-mobile.log"
-fi
-
-tail -f "/var/www/html/data/log/${time}-mobile.log"

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 1944
docker/compose/xyzt/conf/php/lz-php-swoole.ini


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 1942
docker/compose/xyzt/conf/php/lz-php.ini


+ 0 - 11
docker/compose/xyzt/conf/php/mch-spwan-start-lz

@@ -1,11 +0,0 @@
-#!/bin/sh
-set -e
-spawn-fcgi -a 0.0.0.0 -p 9102 -F 6 -f "php /var/www/html/mchsrv/mchsrv_run.php"
-
-time=$(date "+%Y%m%d")
-
-if [ ! -f "/var/www/html/data/log/${time}-mchsrv.log" ]; then
-    touch "/var/www/html/data/log/${time}-mchsrv.log"
-fi
-
-tail -f "/var/www/html/data/log/${time}-mchsrv.log"

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 1951
docker/compose/xyzt/conf/php/php-debug.ini


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 1952
docker/compose/xyzt/conf/php/php-local-debug.ini


Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 1953
docker/compose/xyzt/conf/php/php-swoole-debug.ini


+ 1 - 1
docker/compose/xyzt/conf/php/xyzt-php-swoole.ini

@@ -397,7 +397,7 @@ max_input_time = 60
 ;max_input_nesting_level = 64
 
 ; How many GET/POST/COOKIE input variables may be accepted
-max_input_vars = 5000
+max_input_vars = 100000
 
 ; Maximum amount of memory a script may consume (128MB)
 ; http://php.net/memory-limit

+ 0 - 11
docker/compose/xyzt/conf/php/racc-spwan-start

@@ -1,11 +0,0 @@
-#!/bin/sh
-set -e
-spawn-fcgi -a 0.0.0.0 -p 9101 -F 1 -f "php /var/www/html/racc/racc.php"
-
-time=$(date "+%Y%m%d")
-
-if [ ! -f "/var/www/html/data/log/${time}-racc.log" ]; then
-    touch "/var/www/html/data/log/${time}-racc.log"
-fi
-
-tail -f "/var/www/html/data/log/${time}-racc.log"

+ 0 - 11
docker/compose/xyzt/conf/php/racc-spwan-start-lz

@@ -1,11 +0,0 @@
-#!/bin/sh
-set -e
-spawn-fcgi -a 0.0.0.0 -p 9101 -F 20 -f "php /var/www/html/racc/racc.php"
-
-time=$(date "+%Y%m%d")
-
-if [ ! -f "/var/www/html/data/log/${time}-racc.log" ]; then
-    touch "/var/www/html/data/log/${time}-racc.log"
-fi
-
-tail -f "/var/www/html/data/log/${time}-racc.log"

+ 0 - 11
docker/compose/xyzt/conf/php/stanley-mobile-spwan-start

@@ -1,11 +0,0 @@
-#!/bin/sh
-set -e
-spawn-fcgi -a 0.0.0.0 -p 9100 -F 1 -f "php /var/www/html/mobile/mobile_run.php"
-
-time=$(date "+%Y%m%d")
-
-if [ ! -f "/var/www/html/data/log/${time}-mobile.log" ]; then
-    touch "/var/www/html/data/log/${time}-mobile.log"
-fi
-
-tail -f "/var/www/html/data/log/${time}-mobile.log"

Failā izmaiņas netiks attēlotas, jo tās ir par lielu
+ 0 - 1944
docker/compose/xyzt/conf/php/xyz-php-swoole.ini


+ 0 - 12
docker/compose/xyzt/conf/queue/docker-queue-start

@@ -1,12 +0,0 @@
-#!/bin/sh
-set -e
-
-php /var/www/html/queue/index.php queue index
-
-#time=$(date "+%Y%m%d")
-#
-#if [ ! -f "/var/www/html/data/log/${time}-queue.log" ]; then
-#    touch "/var/www/html/data/log/${time}-queue.log"
-#fi
-#
-#tail -f "/var/www/html/data/log/${time}-queue.log"

+ 0 - 13
docker/compose/xyzt/conf/searcher/docker-search-start

@@ -1,13 +0,0 @@
-#!/bin/sh
-set -e
-
-php /var/www/html/searcher.php
-
-time=$(date "+%Y%m%d")
-appid='search'
-
-if [ ! -f "/var/www/html/data/log/${time}-${appid}.log" ]; then
-    touch "/var/www/html/data/log/${time}-${appid}.log"
-fi
-
-tail -f "/var/www/html/data/log/${time}-${appid}.log"