Chinaunix首页 | 论坛 | 博客
  • 博客访问: 141109
  • 博文数量: 21
  • 博客积分: 0
  • 博客等级: 民兵
  • 技术积分: 218
  • 用 户 组: 普通用户
  • 注册时间: 2016-02-25 10:02
文章分类
文章存档

2017年(1)

2016年(20)

我的朋友

发布时间:2016-08-30 16:55:14

本代码是在原书的基础上修改的,修改的返回的状态码(200->302)增加了location字段 使之自动跳转。点击(此处)折叠或打开#include <ngx_core.h>#include <ngx_http.h>#include <nginx.h>typedef struct {   .........【阅读全文】

阅读(2553) | 评论(0) | 转发(0)

发布时间:2016-08-30 13:43:52

主要的配置文件如下user root;    #如果nginx没有对应的权限会报段错误location /mytest{    mytest;}点击(此处)折叠或打开#include <ngx_core.h> #include <ngx_http.h>#include <nginx.h>static void *ngx_h.........【阅读全文】

阅读(3459) | 评论(0) | 转发(0)

发布时间:2016-02-25 11:50:27

占位有时间再写    ......【阅读全文】

阅读(2241) | 评论(0) | 转发(0)

发布时间:2016-02-25 11:45:25

占位 有时间再写    ......【阅读全文】

阅读(1889) | 评论(0) | 转发(0)

发布时间:2016-02-25 11:39:46

占位 有时间再写......【阅读全文】

阅读(1648) | 评论(0) | 转发(0)
给主人留下些什么吧!~~
留言热议
请登录后留言。

登录 注册