博客
关于我
Nginx运维与实战(一)-Nginx不同场景使用方法
阅读量:795 次
发布时间:2023-02-15

本文共 883 字,大约阅读时间需要 2 分钟。

Nginx ??????????????????????? HTTP ?????????????????????????? Nginx ????????

1. ?? HTTP ???

???? HTTP ????Nginx ?????????????????? HTML?????????? HTTP ???????????????????????????? ?? ???????

????

? Nginx ??????????????????

server {    listen 80; # ???????? HTTP ?? 80    location / {        root /usr/share/nginx/html; # ???????????? `/usr/share/nginx/html`        # ???????????????    }}

??????????? http://???IP ??Nginx ???????????????????????

2. ???????

???? ? Nginx ???????????????????????????????????????????????????????

???????

????????????

  • ??????????????????????????????
  • ???????????????? IP ?????????
  • ?????????????????????????

????

???? ????????

server {    listen 80;    location / {        proxy_pass http://???????; # ???????        # ?????????????????????Gzip ???    }}

?????????????? ?????????????????????

??

???????????Nginx ?????????????????????????????????????????????

转载地址:http://ckjfk.baihongyu.com/

你可能感兴趣的文章
Nginx虚拟主机配置
查看>>
Nginx虚拟目录配置文件(包含PHP配置与重写)
查看>>
Nginx访问控制_登陆权限的控制(http_auth_basic_module)
查看>>
nginx访问控制配置
查看>>
nginx负载均衡
查看>>
Nginx负载均衡
查看>>
Nginx负载均衡与动静分离架构实现
查看>>
Nginx负载均衡和F5的区别---系统运维工作笔记001
查看>>
nginx负载均衡和反相代理的配置
查看>>
nginx负载均衡器处理session共享的几种方法(转)
查看>>
nginx负载均衡的5种策略
查看>>
nginx负载均衡的5种策略(转载)
查看>>
nginx负载均衡的五种算法
查看>>
Nginx负载均衡详解
查看>>
Nginx负载均衡(upstream)
查看>>
Vue中删除el-table当前行的方法
查看>>
nginx转发端口时与导致websocket不生效
查看>>
Nginx运维与实战(一)-Nginx不同场景使用方法
查看>>
Nginx运维与实战(二)-Https配置
查看>>
Nginx部署_mysql代理_redis代理_phoenix代理_xxljob代理_websocket代理_Nacos代理_内网穿透代理_多系统转发---记录021_大数据工作笔记0181
查看>>