后台这边给了我ip 和登录用户名密码,让我把项目放到nginx上.我有点蒙B
7条回答 默认 最新
- 关注
码龄 粉丝数 原力等级 --
- 被采纳
- 被点赞
- 采纳率
heycoder 2017-07-17 07:57最佳回答 专家已采纳1、需要远程Linux服务器的工具:比如XShell(配置nginx、ftp使用)https://ken.io/note/xshell-setup-ssh
2、Linux服务器可能需要配置FTP服务
ubuntu教程:https://ken.io/serie/ubuntu-quickstart
centos教程:https://ken.io/serie/centos7-quickstart采纳该答案 已采纳该答案 专家已采纳评论解决 无用打赏举报微信扫一扫
分享评论登录 后可回复...
查看更多回答(6条)
报告相同问题?
提交
相关推荐 更多相似问题
- 2017-03-12 20:22回答 1 已采纳 nginx processes a request by choosing a location. The new location does not contain the necessary
- 2018-06-12 15:54回答 1 已采纳 Either: nginx is listening on a different port By default, HTTP works over port 80, but when you
- 2018-10-23 09:55回答 2 已采纳 This does not sound like a docker issue. PHP and nginx have been known to cache files for a couple
- 2021-12-28 19:45千万别熬夜啊的博客 通过宝塔面板修改nginx服务器的配置(详细配置请查询官方文档) http{ server{ listen 端口号; server_name 域名或者ip; location 访问路径 { try_files $uri $uri/ /index.html; root /...
- 2021-01-10 12:04前置1台nginx服务器做Web服务 后面服务器只部署php-fpm服务,供nginx服务器调用 前置1台nginx服务器,在调用后面多例php-fpm服务时,也可以做到负载均衡 如下图 : 对比 从系统设计角度 第一种部署是常规部署...
- 2022-03-11 20:27lzunique的博客 树莓派,WEB服务器,轻量级,PHP,Nginx,sqlite
- 2017-03-13 09:58回答 1 已采纳 See $_SERVER['SERVER_SOFTWARE'].
- 2016-12-27 20:48回答 1 已采纳 So you're finding that your app_dev.php works but app.php does not work? I've had this happen in
- 2016-10-29 10:47回答 1 已采纳 It seems your new installation of php does not allow the short tag http://php.net/manual/en/ini.co
- 2021-12-02 15:37望天吼的博客 轻量级web服务器 官网nginx.org 下载页面 http://nginx.org/en/download.html 主线版本,稳定版本,还有旧版本 我一般选择稳定版,windows 下载以后建议解压到到D盘,当然放哪里都可以的,只要你能找得着。 不要直接...
- 2017-03-07 11:04第2章 Nginx服务器的安装与配置.pdf 第3章 Nginx的基本配置与优化.pdf 第4章 Nginx与PHP(FastCGI)的安装、配置与优化.pdf 第5章 Nginx与JSP、ASP.NET、Perl的安装与配置.pdf 第6章 Nginx HTTP负载均衡和反向代理的...
- 2021-02-21 03:06老富2012的博客 CentOS8搭建Web服务器笔记1 Nginx+Php基础安装1. Nginx1.1 Yum工具安装1.1.1 查询Yum默认安装源版本1.1.2 配置最新安装源1.1.3 yum安装nginx1.1.4 启动nginx服务1.1.5 查看状态和站点1.2. 手动下载编译安装1.2.1查询...
- 2016-09-09 08:14回答 1 已采纳 This reply helped me solved it. https://www.digitalocean.com/community/questions/error-reflectione
- 2016-03-17 17:28回答 1 已采纳 Figured out. Nginx add_header does set headers only on successful responses (200 status code). I
- 2021-12-12 18:04回答 1 已采纳 不需要,搭建web项目才需要安装这个软件。
- 2020-11-16 18:18加肥猫的博客 部署项目 1、静态网页 2、laravel项目(含laravel-admin) 静态网页部署见文章域名备案完后网站部署 在上篇文章中nginx.conf中user 为root ,访问是成功的,后续看了一些文章,提示最好不要用root启动nginx ...
- 2017-02-23 21:23liyouzhi666的博客 今天学习了下如何使用nginx搭建web服务器,下面这篇文章写得比较好,不过在安装nginx时比较复杂,讲的是源码安装,configuer配置时比较麻烦,而且还需要编译依赖的库pcre及openssl,现在很多公司自己都有rpm库,本人...
- 2021-11-07 13:40六六得鱼的博客 文章目录前言一、具体步骤1. 首先更新软件列表:2. 安装 PHP 7.3 :3. 安装 Nginx :3.1. 安装 Nginx :3.2. 配置 Nginx 解析 php :4. 安装 Mairadb 数据库 :5....在树莓派 4B 上搭建 LNMP 服务器环境:PHP7.3
- 2019-03-22 02:11回答 1 已采纳 Well, I ended up adding the following location blocks and it worked, turns out alias was the trick
- 2020-02-15 19:17文杉石的博客 2、安装nginx 3、启动nginx 4、查看nginx服务的状态 5、查看树莓派的ip地址,测试nginx是否安装成功 6、安装php7.2-fpm 7、安装vim,使用vim打开/etc/php/7.2/fpm/php.ini 修改以下的参数: #...
- 没有解决我的问题, 去提问