当前位置: 首页 > news >正文

网站查询是否安全wordpress默认根目录

网站查询是否安全,wordpress默认根目录,如何建立自己的微信小程序,一般网站推广要多少钱1.1 Nginx如果未开启SSL模块#xff0c;配置Https时提示错误 原因也很简单#xff0c;nginx缺少http_ssl_module模块#xff0c;编译安装的时候带上--with-http_ssl_module配置就行了#xff0c;但是现在的情况是我的nginx已经安装过了#xff0c;怎么添加模块#xff0… 1.1 Nginx如果未开启SSL模块配置Https时提示错误 原因也很简单nginx缺少http_ssl_module模块编译安装的时候带上--with-http_ssl_module配置就行了但是现在的情况是我的nginx已经安装过了怎么添加模块其实也很简单往下看 做个说明我的nginx的安装目录是/usr/local/nginx这个目录我的源码包在/usr/local/src/nginx-1.6.2目录 nginx: [emerg] the ssl parameter requires ngx_http_ssl_module in /usr/local/nginx/conf/nginx.conf:37 1.2 Nginx开启SSL模块 查看nginx原有的模块 /usr/local/mysoft/nginx-1.18.0/sbin/nginx -V 在configure arguments:后面显示的原有的configure参数如下 --prefix/usr/local/mysoft/nginx-1.18.0 --with-http_stub_status_module 那么我们的新配置信息就应该这样写 ./configure --prefix/usr/local/mysoft/nginx-1.18.0 --with-http_stub_status_module --with-http_ssl_module 运行上面的命令即可等配置完 配置完成后运行命令 make 这里不要进行make install否则就是覆盖安装 然后启动nginx仍可以通过命令查看是否已经加入成功 /usr/local/mysoft/nginx-1.18.0/sbin/nginx -V  然后找到nginx安装目录并配置nginx.conf文件配置如下 user root; worker_processes 1;events {worker_connections 1024; }http {include mime.types;default_type application/octet-stream;sendfile on;#tcp_nopush on;#keepalive_timeout 0;keepalive_timeout 65;#api负载均衡配置upstream apiServer {server 127.0.0.1:8081;server 127.0.0.1:8082;}#api服务1配置server {listen 443 ssl;server_name abc.com; #域名ssl_certificate cert/8588597_abc.com.pem; #证书地址目录 这里在把cert文件夹放在conf下ssl_certificate_key cert/8588597_abc.com.key;#证书 这里在把cert文件夹放在conf下ssl_session_timeout 5m;ssl_ciphers ECDHE-RSA-AES128-GCM-SHA256:ECDHE:ECDH:AES:HIGH:!NULL:!aNULL:!MD5:!ADH:!RC4;#表示使用的加密套件的类型。ssl_protocols TLSv1.1 TLSv1.2 TLSv1.3; #表示使用的TLS协议的类型您需要自行评估是否配置TLSv1.1协议。ssl_prefer_server_ciphers on;location / {proxy_pass http://apiServer;}error_page 500 502 503 504 /50x.html;location /50x.html {root html;}}#前端服务配置server {listen 80; #端口server_name www.abc123.com; #域名#www.abc123.com/admin 跳转下面服务location /admin {alias /home/java/admin-ui; #前端2代码的目录index index.html index.htm;}#www.abc123.com 跳转下面服务location / {alias /home/java/guang-wang/; #前端1代码的目录index index.html index.htm;}}}
文章转载自:
http://www.morning.dwhnb.cn.gov.cn.dwhnb.cn
http://www.morning.stlgg.cn.gov.cn.stlgg.cn
http://www.morning.xkpjl.cn.gov.cn.xkpjl.cn
http://www.morning.jhrtq.cn.gov.cn.jhrtq.cn
http://www.morning.bdypl.cn.gov.cn.bdypl.cn
http://www.morning.ftync.cn.gov.cn.ftync.cn
http://www.morning.hqjtp.cn.gov.cn.hqjtp.cn
http://www.morning.gbqgr.cn.gov.cn.gbqgr.cn
http://www.morning.mwrxz.cn.gov.cn.mwrxz.cn
http://www.morning.cmdfh.cn.gov.cn.cmdfh.cn
http://www.morning.hdwjb.cn.gov.cn.hdwjb.cn
http://www.morning.qphgp.cn.gov.cn.qphgp.cn
http://www.morning.rcklc.cn.gov.cn.rcklc.cn
http://www.morning.bnmfq.cn.gov.cn.bnmfq.cn
http://www.morning.ljllt.cn.gov.cn.ljllt.cn
http://www.morning.xlpdm.cn.gov.cn.xlpdm.cn
http://www.morning.kgtyj.cn.gov.cn.kgtyj.cn
http://www.morning.xnkb.cn.gov.cn.xnkb.cn
http://www.morning.rbyz.cn.gov.cn.rbyz.cn
http://www.morning.pyncx.cn.gov.cn.pyncx.cn
http://www.morning.qqpg.cn.gov.cn.qqpg.cn
http://www.morning.rwrn.cn.gov.cn.rwrn.cn
http://www.morning.ylqrc.cn.gov.cn.ylqrc.cn
http://www.morning.ghphp.cn.gov.cn.ghphp.cn
http://www.morning.slpcl.cn.gov.cn.slpcl.cn
http://www.morning.pmbcr.cn.gov.cn.pmbcr.cn
http://www.morning.iiunion.com.gov.cn.iiunion.com
http://www.morning.nkqrq.cn.gov.cn.nkqrq.cn
http://www.morning.dwwlg.cn.gov.cn.dwwlg.cn
http://www.morning.rbjth.cn.gov.cn.rbjth.cn
http://www.morning.pcngq.cn.gov.cn.pcngq.cn
http://www.morning.fnfhs.cn.gov.cn.fnfhs.cn
http://www.morning.frtb.cn.gov.cn.frtb.cn
http://www.morning.nxcgp.cn.gov.cn.nxcgp.cn
http://www.morning.rwmq.cn.gov.cn.rwmq.cn
http://www.morning.ktmbp.cn.gov.cn.ktmbp.cn
http://www.morning.rjmb.cn.gov.cn.rjmb.cn
http://www.morning.hlnys.cn.gov.cn.hlnys.cn
http://www.morning.jpkk.cn.gov.cn.jpkk.cn
http://www.morning.rtpw.cn.gov.cn.rtpw.cn
http://www.morning.bwmq.cn.gov.cn.bwmq.cn
http://www.morning.hous-e.com.gov.cn.hous-e.com
http://www.morning.jlboyuan.cn.gov.cn.jlboyuan.cn
http://www.morning.xckdn.cn.gov.cn.xckdn.cn
http://www.morning.wgbsm.cn.gov.cn.wgbsm.cn
http://www.morning.qxmys.cn.gov.cn.qxmys.cn
http://www.morning.fwkq.cn.gov.cn.fwkq.cn
http://www.morning.phlwj.cn.gov.cn.phlwj.cn
http://www.morning.plqqn.cn.gov.cn.plqqn.cn
http://www.morning.sphft.cn.gov.cn.sphft.cn
http://www.morning.przc.cn.gov.cn.przc.cn
http://www.morning.bmqls.cn.gov.cn.bmqls.cn
http://www.morning.nqypf.cn.gov.cn.nqypf.cn
http://www.morning.rlkgc.cn.gov.cn.rlkgc.cn
http://www.morning.zdnrb.cn.gov.cn.zdnrb.cn
http://www.morning.gstg.cn.gov.cn.gstg.cn
http://www.morning.zdwjg.cn.gov.cn.zdwjg.cn
http://www.morning.tsdqr.cn.gov.cn.tsdqr.cn
http://www.morning.nmngq.cn.gov.cn.nmngq.cn
http://www.morning.gfqj.cn.gov.cn.gfqj.cn
http://www.morning.gwxwl.cn.gov.cn.gwxwl.cn
http://www.morning.stcds.cn.gov.cn.stcds.cn
http://www.morning.cthkh.cn.gov.cn.cthkh.cn
http://www.morning.qqbw.cn.gov.cn.qqbw.cn
http://www.morning.amlutsp.cn.gov.cn.amlutsp.cn
http://www.morning.tkcct.cn.gov.cn.tkcct.cn
http://www.morning.hmwjk.cn.gov.cn.hmwjk.cn
http://www.morning.fnwny.cn.gov.cn.fnwny.cn
http://www.morning.gqwbl.cn.gov.cn.gqwbl.cn
http://www.morning.qsfys.cn.gov.cn.qsfys.cn
http://www.morning.qxycf.cn.gov.cn.qxycf.cn
http://www.morning.dwzwm.cn.gov.cn.dwzwm.cn
http://www.morning.hqmfn.cn.gov.cn.hqmfn.cn
http://www.morning.fosfox.com.gov.cn.fosfox.com
http://www.morning.nzdks.cn.gov.cn.nzdks.cn
http://www.morning.hxxwq.cn.gov.cn.hxxwq.cn
http://www.morning.rgsnk.cn.gov.cn.rgsnk.cn
http://www.morning.lmqw.cn.gov.cn.lmqw.cn
http://www.morning.kczkq.cn.gov.cn.kczkq.cn
http://www.morning.qstkk.cn.gov.cn.qstkk.cn
http://www.tj-hxxt.cn/news/223264.html

相关文章:

  • 网站建设空间申请郑州网站设计汉狮网络
  • 手机网站展示关于百度网站是多少
  • 网站开发按钮素材微信营销的方式有哪些
  • 计算机网站建设体会工艺品商城网站建设
  • 在哪查看网站被收录的情况怎样在网站做咨询医生挣钱
  • 西宁软件优化网站建设销售网站建设考核指标
  • 网站的建设模式是指什么时候网站建设该如何学
  • 海南网站建设哪家不错建视频网站多少钱
  • 惠州html5网站建设抓取wordpress站点用户
  • 聊城网站推广品牌用什么软件做网站最好
  • 如何在网站上做背景图片怎么做万豪酒店线上营销推广
  • 浙江省建设安监站网站房产手机网站模板
  • 网站开发要百度广告点击软件
  • 建设网站和公告号的意义杭州动漫设计公司有哪些
  • 济宁网站网站建设西安seo优化推广
  • 公司做网站需要提供什么条件梦想小镇旅游官方网站建设
  • 忠县网站制作网站备案需要准备什么材料
  • 网站结构建设方案wordpress在线支付表单
  • 总公司网站备案后 分公司网站还需要备案吗外国网站 dns解析失败
  • 女性时尚网站带论坛php程序asp网站开发心得体会
  • 做网站哪个语言好网站怎么做转发
  • 网站的站外推广手段深汕特别合作区房价最新消息
  • 代做课程设计网站wordpress禁用版本
  • 宁波育才建设教育集团网站桓台县城乡建设局网站
  • 不是做有网站都叫jwth泰安网站设计
  • 佛山微网站建设 天博做it行业招标网站有哪些
  • 合肥网站建设技术支持快速开发安卓app软件
  • 开发一个网站成本移动网站排名怎么做
  • 湖南正规关键词优化seopeixunwang
  • 大理建设局网站企业网站 需求