会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
zxbboke
博客园
首页
新随笔
联系
订阅
管理
2023年11月7日
nginx多域名 多首页配置
摘要: #user nobody; worker_processes auto; worker_cpu_affinity auto; error_log /midware/nginx/logs/error.log info; #error_log logs/error.log notice; #error_
阅读全文
posted @ 2023-11-07 09:23 zzzzxb
阅读(78)
评论(0)
推荐(0)
2023年10月30日
linux软链接
摘要: 挂链接:ln -s /nfs/share_Data/images(要现有这个目录) /xx/xx/images(可以不存在这个目录) 取消链接:unlink 连接名
阅读全文
posted @ 2023-10-30 14:46 zzzzxb
阅读(11)
评论(0)
推荐(0)
2023年9月13日
TongWeb7支持软连接配置
摘要: 进入控制台ip:port9060/console 打开左侧web容器配置 虚拟主机管理 选择使用的虚拟主机 默认server 添加属性allowLinking为true
阅读全文
posted @ 2023-09-13 21:27 zzzzxb
阅读(357)
评论(0)
推荐(0)
2023年9月5日
nginx安装前依赖
摘要: yum install gcc-c++ yum install -y pcre pcre-devel yum install -y zlib zlib-devel yum install -y openssl openssl-devel
阅读全文
posted @ 2023-09-05 11:07 zzzzxb
阅读(66)
评论(0)
推荐(0)
2023年5月18日
nginx.conf 配置
摘要: http { #主模块指令,实现对配置文件所包含的文件的设定,可以减少主配置文件的复杂度 include mime.types; #核心模块指令,默认设置为二进制流,也就是当文件类型未定义时使用这种方式 default_type application/octet-stream; #下面代码为日志格
阅读全文
posted @ 2023-05-18 14:21 zzzzxb
阅读(91)
评论(0)
推荐(0)
2023年5月16日
微软 LDAP AD域对接
摘要: DirContext ctx = null;String LDAP_URL = "ldap://" + ladpIp + ":" + ladpPort;String userPassword = this.request.getParameter("password");String userAcc
阅读全文
posted @ 2023-05-16 10:42 zzzzxb
阅读(369)
评论(0)
推荐(0)
2023年5月15日
linux常用命令
摘要: crul "访问地址" 模拟访问地址 ps -ef|grep elastic es的运行状态 ./elasticsearch -d es启动命令 exit 退出当前用户 chown -R elastic:elastic * 增加目录权限和冒号后面迭代所有的目录 rm -rf 文件 删除文件 cp 拷
阅读全文
posted @ 2023-05-15 14:15 zzzzxb
阅读(28)
评论(0)
推荐(0)
公告
昵称:
zzzzxb
园龄:
3年6个月
粉丝:
0
关注:
0
<
2025年7月
>
日
一
二
三
四
五
六
29
30
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1
2
3
4
5
6
7
8
9
搜索
常用链接
我的随笔
我的评论
我的参与
最新评论
我的标签
随笔档案
2023年11月(1)
2023年10月(1)
2023年9月(2)
2023年5月(3)
阅读排行榜
1. 微软 LDAP AD域对接(369)
2. TongWeb7支持软连接配置(357)
3. nginx.conf 配置(91)
4. nginx多域名 多首页配置(78)
5. nginx安装前依赖(66)
点击右上角即可分享