位置:首页> 搜索
大约包含165条记录(0.01s)
centos 6 nginx+php7环境配置 做一记录,谨防采矿 $title(php.conf) # # The default server # server { l...
nginx日志默认格式如下:$remote_addr-$remote_user[$time_local]"$request"$status$body_bytes_sent"$http_refer...
nginx 配置文件编 cat static-vcnas-bind.example.conf server {
alpinelinux采用openrc来管理init系统。检查是否安装了openrc,如果没安装则安装一下apkaddopenrc添加开机服务将nginx设置为开机自动启动rc-updatead...
场景描述某些情况下有些资源需要一个基本的认证才能让用户访问
nginx配置server { listen 80; server_name localhost; #access_log /var/log...
Java编程上传文件nginx报错413 Request Entity Too Large
1.root的用法location /request_path/image/ { root /local_path/image/; } 这样配置的结果就是当客户端请求 /reques...
在全站升级https后,突然发现某些接口暂时不能直接重定向
该脚本主要用于检查tomcat进程是否在线,如果不在线就启动tomcat服务#!/bin/sh res=`ps -ef|grep /home/xqlee/tomcat/bin/bootstra...
前置说明,项目配置了个全局PATH,估计是为了方便复杂环境单容器多项目部署用的老项目配置方式var PATH = [[${#httpServletRequest.getScheme() + ":...
问题描述最近网站被运营商劫持很严重,忍受不了,全站上了HTTPS
新建一个文本文件,重命名为start-redis.bat,脚本内容如下@echo off cd %~dp0 set path=%cd% echo %path% .\redis-serv...
问题描述git 提交代码报错 :error: RPC failed; HTTP 413 curl 22 The requested URL returned error: 413导致原因1. 本...
Python string.endswith()用于检查特定文本模式(例如域名扩展等)的字符串结尾