Blog Archives

nginx配置负载均衡

nginx实现负载均衡的方式 1.轮询(默认)每个请求按时间顺序逐一分配到不同的 … Continue reading

More Galleries | Leave a comment

CentOS 增加 swapfile解决内存不足问题

More Galleries | Leave a comment

RocketMQ 配置及docker启动

docker-compose参考 注意,由于rocketmq启动后不是root用 … Continue reading

More Galleries | Leave a comment

nginx使用80代理其他端口

直接代码就好了

More Galleries | Leave a comment

Linux 配置sudo用户

编辑 /etc/sudoers 注意;这里的指令#includedir是一个整体 … Continue reading

More Galleries | Leave a comment

Docker+Nginx+PHP+MySQL部署

通过网盘分享的文件:docker-images链接: https://pan.b … Continue reading

More Galleries | Leave a comment

python django搭建后台

## 说明 本项目使用python django_rest_framework … Continue reading

More Galleries | Leave a comment

安装mysql docker-compose.yml参考配置

my.cnf

More Galleries | Leave a comment

nginx配置参考

1、nginx.conf 2、vhost.conf vhost.conf的文件放 … Continue reading

More Galleries | Leave a comment

git 服务器搭建及配置

1、安装Git 创建git用户组和用户,用来运行git服务 2、创建证书登录 收 … Continue reading

More Galleries | Leave a comment