Stella981 Stella981
3年前
Nginx 反向代理Springboot oAuth https配置方案
Nginx配置方案server{listen80;server_namewww.yourname.com;rewrite^(.)$https://${server_name}$1permanent;}server{
Stella981 Stella981
3年前
Linux记录
!/bin/bashmenu(){echo"欢迎使用mysql管理服务程序"echo"1.启动服务"echo"2.停止服务"echo"3.重启服务"echo"4.查看状态"echo"5.退出程序"echo
Stella981 Stella981
3年前
Nginx HTTP 413 Request Entity Too Large
nginx做代理上传文件时返回HTTP413错误码,提示信息如下:413RequestEntityTooLargeTherequestedresourcedoesnotallowrequestdatawiththerequestedmethodortheamountofdataprovide
Wesley13 Wesley13
3年前
ubutun 下的 sublime text 2 不能输入中文
在ubuntu下安装st2后发现不能输入中文,抓狂啊。。。解决方法:cd~/.config/sublimetext2/Packagesgitclonehttps://github.com/xgenvn/InputHelper.git重启st2ctrlshiftz
Stella981 Stella981
3年前
Nginx测试实验
Nginx版本如何查看(windows系统下)!(https://oscimg.oschina.net/oscnet/56356bcb22da029a316641be84883aa0258.jpg)使用命令 nginxv!(https://
Stella981 Stella981
3年前
Nginx快速安装
登录nginx官网,点击download!(https://oscimg.oschina.net/oscnet/cbbf95a1f35af2c4d24f0508229bf20e513.png)点击稳定版本!(https://oscimg.oschina.net/oscnet/9b1a9eb422fec4d9c4be2218261418bc
Stella981 Stella981
3年前
Nginx路由重写
server{listen80;server_name_;access_log/data/wwwlogs/access_nginx.logcombined;root/data/wwwroot/default;indexindex.htmlinde
胖大海 胖大海
2年前
Linux Centos7 selinux故障
首先进行selinux文件破坏,修改配置文件vi/etc/selinux/config重启,读条界面按方向键盘,可查看启动进程重启,选择内核界面,按e进入,进入命令编辑模式在倒数第二行添加selinux0 ,直接退到最后一行,然后方向键左键选择位置,最后Ctrlx继续启动这样就能成功进入系统了,进去后就可以还原原先的配置文件,大家缺乏机器练手的话可以3A看看!
Lua将Nginx请求数据写入Kafka——埋点日志解决方案
缘起有一个埋点收集系统,架构是NginxFlume。web,小程序,App等客户端将数据报送至Nginx,Nginx将请求写入本地文件,然后Flume读取日志文件的数据,将日志写入Kafka。这个架构本来没什么问题,但是部署在K8s容器就有问题了,当前一