魔眾在線影視系統(tǒng)是一款功能非常強大的企業(yè)服務(wù)器搭建軟件,通過這款軟件能夠幫助用戶快速的搭建影視播放系統(tǒng),能夠滿足絕大多數(shù)企業(yè)的服務(wù)器需求,在一定的程度上降低了企業(yè)的開支,能夠滿足絕大多數(shù)用戶的需求,有需要的小伙伴快來下載吧。
軟件特色
環(huán)境要求
操作系統(tǒng)
Linux/Unix 或 Windows
軟件環(huán)境
Laravel 5.1 的運行環(huán)境,Apache/Nginx , PHP 5.5.9+ 或 PHP 7+ , MySQL 5.0+
安裝步驟
配置 apache/nginx 服務(wù)器,請將網(wǎng)站的根目錄配置到 <網(wǎng)站目錄>/public;
使用安裝引導(dǎo)向?qū)нM行安裝;
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 '*';
}
}
標(biāo)簽: 服務(wù)器搭建
下載地址
-
8 PLSQL12
裝機必備軟件
網(wǎng)友評論