环境: 本地外网ip:123.58.251.166 .配置index.html网页 [root@host---- conf.d]# cat /web/sing/index.html <h1>www.test1.com</h1> .配置conf.d目录下配置文件 [root@host---- conf.d]# pwd /etc/nginx/conf.d [root@host---- conf.d]# ls test1.conf test2.conf test3.conf [root@…
环境: 本地外网ip:123.58.251.166 .配置index.html网页 [root@host---- conf.d]# cat /web/sing/index.html <h1>www.test1.com</h1> .配置conf.d目录下配置文件 [root@host---- conf.d]# pwd /etc/nginx/conf.d [root@host---- conf.d]# ls test1.conf test2.conf test3.conf [root@…
.环境 nginx 10.1.1.161 公网:123.58.251.166 tomcat 10.1.1.103 .远端tomcat 配置 [root@host---- ~]# netstat -tnlp Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp /redis-server tcp /sshd tcp…
前言 问题一:我们在App内嵌H5开发的过程中,肯定会遇到一个问题就是我不想在chrome的控制台中调试,我想要在手机上调试,那么如何解决这个问题呢? 问题二:我们期待调试时达到的效果就是和Charles学习(二)之使用Map local代理本地静态资源在Mac上调试移动端中实现的效果相同,也就是说代码更改页面实时更新,这个问题如何解决呢? 方案 问题一解决方案:使用模拟器 问题二解决方案: 配置网页代理 | 使用Map local代理本地静态资源 使用模拟器 一.安装 通过xcode安装模拟器…
前言 我们在开发的过程肯定是一边写代码,一边查看自己的代码写的是否存在问题,那么问题来了,有两种情况 情况一:我们可以本地起服务,那么我们就可以在本地检查自己的代码,查看运行结果 情况二:本地无法起服务,那么我们怎么办?难道要改一点就要上预发? 方案 情况二方案:配置移动端代理 | 使用Map local代理本地静态资源,也就是html.css.js.img还有json 配置网页代理 详情见Charles学习(一)之macOS Charles 4.x版本的安装.激活.使用以及软件功能了解 Map…
环境: 本地外网ip:123.58.251.166 .配置index.html网页 [root@host---- conf.d]# cat /web/sing/index.html <h1>www.test1.com</h1> [root@host---- conf.d]# cat /root/html/index.html <h1>www.test2.com</h1> .配置conf.d目录下配置文件 [root@host---- conf.d]# pwd…
环境: 本地外网ip:123.58.251.166 .配置index.html网页 [root@host---- conf.d]# cat /web/sing/index.html <h1>www.test1.com</h1> [root@host---- conf.d]# cat /root/html/index.html <h1>www.test2.com</h1> .配置conf.d目录下配置文件 [root@host---- conf.d]# pwd…
.环境 nginx 10.1.1.161 公网:123.58.251.166 tomcat 10.1.1.103 .tomcat 配置 [root@host---- ~]# netstat -tnlp Active Internet connections (only servers) Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name tcp /redis-server tcp /sshd tcp /…
1.编译安装LNMP,并安装wordpress 首先准备环境,编译安装LNMP可以是多台主机,也可以是单台主机,把nginx,mysql,php都集中安装在一个主机上:我这里以一台主机为例吧!! 一.编译安装nginx 1)准备编译环境 yum groupinstall "development tools" "server platform development" -y yum install pcre-devel openssl-devel zlib-deve…
bg6cq/nginx-install: nginx install script https://github.com/bg6cq/nginx-install [原创]step-by-step install Nginx反向代理服务器(Ubuntu 18.04 LTS) 本文原创: 中国科学技术大学 张焕杰 厦门大学 郑海山 修改时间:2018.06.13 对于仅仅支持IPv4的HTTP服务器,按下图所示步骤,通过增加Nginx反向代理服务器,可以分三步迁移为支持IPv4/v6 协议的HTTP…