首页
手机版
热门搜索:
当前位置:电脑软件网络软件服务器区魔众在线影视系统

魔众在线影视系统 官方版v1.1.0

  • 大小:14.95MB
  • 语言:简体中文
  • 类别:服务器区
  • 类型:免费软件
  • 授权:国产软件
  • 时间:2022/12/05
  • 官网:https://www.3h3.com
  • 环境:Windows7/Windows10/Windows All

相关软件

魔众在线影视系统是一款功能非常强大的企业服务器搭建软件,通过这款软件能够帮助用户快速的搭建影视播放系统,能够满足绝大多数企业的服务器需求,在一定的程度上降低了企业的开支,能够满足绝大多数用户的需求,有需要的小伙伴快来下载吧。

魔众在线影视系统

软件特色

环境要求

操作系统

Linux/Unix 或 Windows

软件环境

Laravel 5.1 的运行环境,Apache/Nginx , PHP 5.5.9+ 或 PHP 7+ , MySQL 5.0+

安装步骤

配置 apache/nginx 服务器,请将网站的根目录配置到 <网站目录>/public;

使用安装引导向导进行安装;

Nginx参考配置

server {

server_name demo.tecmz.com;

charset utf-8;

index  index.html;

root /var/www/html/demo.tecmz.com/public;

autoindex off;

location ^~ /.git {

deny all;

}

location / {

try_files $uri $uri/ /?$query_string;

}

location ~ \.php$ {

fastcgi_pass 127.0.0.1:9000;

fastcgi_index ;

fastcgi_param PHP_VALUE "open_basedir=/var/www/html/demo.tecmz.com/:/tmp/:/var/tmp/";

fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;

include fastcgi_params;

}

location ~ \.(gif|jpg|jpeg|png|bmp|ico|css|js)$ {

expires max;

}

location ~* \.(eot|ttf|woff|woff2)$ {

add_header Access-Control-Allow-Origin '*';

}

}

标签: 服务器搭建

下载地址

魔众在线影视系统 官方版v1.1.0

普通下载通道

网友评论

返回顶部