上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 43 下一页
摘要: 使用Nginx Location可以控制访问网站的路径,但一个server可以有多个location配置, 多个location的优先级该如何区分 阅读全文
posted @ 2020-08-25 19:06 六月OvO 阅读(97) 评论(0) 推荐(0)
摘要: ngx_http_limit_conn_module 连接限制模块 语法 #设置限制的空间Syntax: limit_conn_zone key zone=name:size;Default: —Context: http limit_conn_zone #调用限制模块key #存储的内容zone= 阅读全文
posted @ 2020-08-25 18:57 六月OvO 阅读(186) 评论(0) 推荐(0)
摘要: 语法 Syntax: stub_status;Default: —Context: server, location server { listen 80; server_name www.test.com; location / { root /code; index index.html; } 阅读全文
posted @ 2020-08-25 17:43 六月OvO 阅读(157) 评论(0) 推荐(0)
摘要: 语法: #开启认证控制,没有任何作用就是为了开启Syntax: auth_basic string | off;Default: auth_basic off;Context: http, server, location, limit_except #指定用户认证的文件Syntax: auth_b 阅读全文
posted @ 2020-08-25 17:36 六月OvO 阅读(157) 评论(0) 推荐(0)
摘要: https://www.cnblogs.com/chenlifan/p/13556123.html 接上 1.目录索引模块 ngx_http_autoindex_module [root@web02 /etc/nginx/conf.d]# vim test.conf server { listen 阅读全文
posted @ 2020-08-24 21:52 六月OvO 阅读(217) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-08-24 20:37 六月OvO 阅读(110) 评论(0) 推荐(0)
摘要: Nginx有非常灵活的日志记录模式,每个级别的配置可以有各自独立的访问日志。日志格式通过log_format命令定义格式。 日志格式 log_format main '$remote_addr - $remote_user [$time_local] "$request" ' '$status $b 阅读全文
posted @ 2020-08-24 20:36 六月OvO 阅读(735) 评论(0) 推荐(0)
摘要: 使用官方源安装 https://www.cnblogs.com/chenlifan/p/13533345.html 阅读全文
posted @ 2020-08-24 20:29 六月OvO 阅读(162) 评论(0) 推荐(0)
摘要: VMware Workstation Pro 15 激活许可证 UY758-0RXEQ-M81WP-8ZM7Z-Y3HDA VF750-4MX5Q-488DQ-9WZE9-ZY2D6 UU54R-FVD91-488PP-7NNGC-ZFAX6 YC74H-FGF92-081VZ-R5QNG-P6RY 阅读全文
posted @ 2020-08-21 18:15 六月OvO 阅读(6571) 评论(0) 推荐(1)
摘要: 在搭建小游戏之前要保证已安装了了nginx epel 源安装 官方源安装 源码包安装 三个选一种即可 下面介绍了三种安装方法 https://www.cnblogs.com/chenlifan/p/13533345.html 因为安装方法不一样 所以配置文件也不一样 游戏包我已传进博客的文件里 下面 阅读全文
posted @ 2020-08-21 16:55 六月OvO 阅读(476) 评论(0) 推荐(0)
上一页 1 ··· 20 21 22 23 24 25 26 27 28 ··· 43 下一页