摘要: HTTP Request Method共计15种 序号 方法 描述 1 GET 请求指定的页面信息,并返回实体主体。(包含HEAD) 2 HEAD 类似于get请求,只不过返回的响应中没有具体的内容,用于获取报头 3 POST 向指定资源提交数据进行处理请求(例如提交表单或者上传文件)。数据被包含在 阅读全文
posted @ 2022-07-31 09:59 yuanbangchen 阅读(130) 评论(0) 推荐(0) 编辑
摘要: nginx日志切割方式一 [root@weixinxiaochengxu ~]# crontab -l 01 05 * * * ntpdate -u 10.100.60.6 #Ansible: nginx-logcut 0 0 * * * /bin/sh /opt/nginx_logcut.sh 2 阅读全文
posted @ 2022-07-31 09:58 yuanbangchen 阅读(1327) 评论(0) 推荐(0) 编辑