分类: 计科
centos7 nginx部署thinkphp5.1
把项目移动到/usr/share/nginx/html下,
项目名为tp5,然后直接copy链接博文的第二个
server {
listen 80;
server_name localhost;
#charset koi8-r;
#access_log /var/log/nginx/host.access.log main;
location / {
if (!-e $request_filename) {
rewrite ^(.*)$ /index.php?s=/$1 last;
break;
}
root /usr/share/nginx/html/tp5/public/;
index index.php;
}
#error_page 404 /404.html;
# redirect server error pages to the static page /50x.html
#
error_page 500 502 503 504 /50x.html;
location = /50x.html {
root /usr/share/nginx/html;
}
# proxy the PHP scripts to Apache listening on 127.0.0.1:80
#
#location ~ \.php$ {
# proxy_pass http://127.0.0.1;
#}
# pass the PHP scripts to FastCGI server listening on 127.0.0.1:9000
#
location ~ \.php$ {
root /usr/share/nginx/html/tp5/public/;
fastcgi_pass 127.0.0.1:9000;
fastcgi_index index.php;
fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name;
include fastcgi_params;
}
# deny access to .htaccess files, if Apache’s document root
# concurs with nginx’s one
#
#location ~ /\.ht {
# deny all;
#}
}
———————
作者:上官二狗
来源:CSDN
原文:https://blog.csdn.net/qq_36431213/article/details/80456993
版权声明:本文为博主原创文章,转载请附上博文链接!
css常用实例
- 设置背景颜色:body {background:#000 ;}
- 设置背景图片:body {background:url(”http:://www.dfaaf/1.jpg’);}
- 设置背景图片自适应:body{background-repeat:no-repeat; background-size:100% 100%;-moz-background-size:100% 100%;}
Mysql 5.7安装 && 数据库迁移
Mysql 5.7安装 && 数据库迁移
thinkphp5 this->assign() 传递多个
在控制器中controller
public function school()
{
// 给模板变量name赋值
$id=input(‘get.id’);//页数
$this->assign(‘id’,$id);
//多个参数
$this->assign([
‘name’ =>’thinkphp’,
’email’=>’thinkphp@qq.com’
]);
return $this->fetch();
}
thinkphp5 this->assign() 传递多个
在控制器中controller
public function school()
{
// 给模板变量name赋值
$id=input(‘get.id’);//页数
$this->assign(‘id’,$id);
//多个参数
$this->assign([
‘name’ =>’thinkphp’,
’email’=>’thinkphp@qq.com’
]);
return $this->fetch();
}
Thinkphp5.0 压缩包
发现一个技术博客
Do,Aws,vps,优惠码相关的
win10局域网共享 es游览器访问
关键步骤:
属性->共享->网络和共享中心->所有网络->关闭密码保护