位置:首页> 文章> nginx配置日志格式
nginx日志默认格式如下:$remote_addr-$remote_user[$time_local]"$request"$status$body_bytes_sent"$http_refer...
nginx配置文件检查命令正确命令:nginx -t -c /etc/nginx/nginx.conf错误命令:nginx -t -c /etc/nginx/conf.d/example.con...
最近博客升级总是nginx原生的502页面,感觉有些不友好,特此研究了下502页面的配置nginx 502配置502页面核心配置 #502 page error_...
Linux(centos) nginx安装和nginx入门配置方法1.切换至root用户$su - 2.执行在线安装命令#yum install nginx -y 如果上面提示以下内容[root...
PVE配置nginx代理访问。nginx配置:server { listen 10101 ssl; server_name pve.ok.top; #ssl on; #从腾...
前置条件安装部署好graylog server创建graylog input 打开System/Inputs菜单选择输入类型为filebeat进行创建input创建inputinput信息配置i...
新建一个文本文件,重命名为start-redis.bat,脚本内容如下@echo off cd %~dp0 set path=%cd% echo %path% .\redis-serv...
解决centos系统使用yum安装nginx启动时报错[::]:80 failed (97: Address family not supported by protocol)一般默认的使用yu...
nginx代理Tomcat带路径的项目location / {                 proxy_pass http://localhost:8080/v1/;          ...
FastDFS配置文件详细说明
centos 6 nginx+php7环境配置 做一记录,谨防采矿 $title(php.conf) # # The default server # server { l...
场景描述某些情况下有些资源需要一个基本的认证才能让用户访问
图片格式转换的需求在日常生活中是常见的,目前很多网站上传资料需要JPG格式
万能图片格式转换器Leftso Image Compression简介Leftso Image Compression bmp转jpg转换器
Java编程上传文件nginx报错413 Request Entity Too Large