
nginx
nginx学习理解
怎么就重名了
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
nginx配置ssl
nginx配置ssl 1 证书 [root@tom tmp]# [root@tom tmp]# openssl genrsa -out server.key 2048 Generating RSA private key, 2048 bit long modulus .....................................+++ .................................................................................原创 2021-01-26 13:44:32 · 129 阅读 · 0 评论 -
Nginx日常学习
Nginx日常学习 1、nginx的常用变量 remote_addr #客户端ip,如:192.168.4.2 binary_remote_addr #客户端ip(二进制) remote_port #客户端port,如:50472 remote_user #已经经过Auth Basic Module验证的用户名 host #请求主机头字段,否则为服务器名称,如:dwz.stamhe.com request #用户请求信息,如:GET /?_a=index原创 2020-12-21 18:13:30 · 462 阅读 · 0 评论