KSWEB_Pro_v3.986_32-bit安卓系统下的 集成环境
php版不有
8.0 7.4-7.1 5.6 其余与如图
补充:软件自身的配置文件存放的位置
- /data/data/ru.kslabs.ksweb/components/nginx/conf/
复制代码
nginx 软件自身的配置例
主要是php调用方法
- ## !!!WARNING!!!
- ## Be careful changing this configuration file!
- ## Some changes may result in incorrect function of the program.
- ## Always make backups of configuration files before any changes.
- ## --------------------------------------------------------------
- #Do not remove this label!
- #_TYPE_=5
- #======
- server {
- #begin_port (do not remove this label!)
- listen 80;
- #end_port (do not remove this label!)
- #begin_hostname (do not remove this label!)
- server_name localhost;
- #end_hostname (do not remove this label!)
-
- #begin_docroot (do not remove this label!)
- root /storage/emulated/0/htdocs;
- #end_docroot (do not remove this label!)
- index index.html index.htm index.php;
- location @rewrite {
- rewrite ^/(.*)$ /index.php?q=$1;
- }
-
- location / {
- try_files $uri $uri/ @rewrite;
- }
- error_page 500 502 503 504 /50x.html;
- location = /50x.html {
- }
-
- location ~* \.php$ {
- fastcgi_pass unix:/data/data/ru.kslabs.ksweb/php.sock;
- #fastcgi_pass 127.0.0.1:9001;
- include /data/data/ru.kslabs.ksweb/components/nginx/conf/fastcgi_params;
- fastcgi_index index.php;
- fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
- }
- }
复制代码
要自己虽然都能改配置不想手动建地址可以参考 编辑配置 在最下一行 }上面添加
- include /storage/emulated/0/htdocs/vhost_conf/*.conf;
复制代码
大小200m 网盘下载
MD5:25FB4CD97BEDC92B4821255CC2789801
SHA1:
E8685D4382F6BA4D32DD35346449E8A1A0B53524
链接: https://pan.baidu.com/s/1QYFFuspuQKJyKBHM1qw2xw?pwd=3ruz 提取码: 3ruz 复制这段内容后打开百度网盘手机App,操作更方便哦
下载失效了,论坛底部右下角【联系我们】-正文部分引用本页地址,并阐述问题。一般在2小时内可以补发地址。
|