
Nginx
JXL666888
lalalalalalallalalalalalalala
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
搭建 liunx+nginx+phpmyadmin+php 环境 之 一键操作!!
https://lnmp.org/ 根据此网站进行搭建 很顺利!!! 1.安装php + nginx + phpmyadmin https://lnmp.org/install.html 2.安装FTP服务器 FTP服务器:https://lnmp.org/faq/ftpserver.html 3.安装redis https://lnmp.org/faq/addons.html ...原创 2018-09-11 22:34:16 · 384 阅读 · 0 评论 -
nginx服务器 配置多域名
nginx 停止服务 /etc/init.d/nginx stop nginx 启动服务 /etc/init.d/nginx start nginx 重启服务 /etc/init.d/nginx restart 我的linux 服务武器 nginx.conf 默认配置 user www www; worker_processes auto; error_log /ho...原创 2018-12-15 16:56:04 · 344 阅读 · 0 评论 -
tp5.1 apache服务器 同步 nginx服务器 报404错误 重写index.php文件
找到 nginx配置文件 nginx.conf 在http最下边引入vhosts.conf;文件 【vhosts.conf 和 nginx.conf 同级目录】 nginx.conf http{ server{ } include vhosts.conf; } vhosts.conf; server { listen 80; server_name www.xiaolian...原创 2018-12-12 11:59:42 · 761 阅读 · 0 评论 -
nginx 安装 转看
https://blog.youkuaiyun.com/gao449812984/article/details/61223004转载 2019-08-19 10:08:34 · 248 阅读 · 0 评论