自建CDN加速-Nginx反向绑定 1.安装nginx 先在CDN节点上修改Hosts,目的就是告知CDN节点从那里去获取网站数据,也就是回源地址,修改如下: vi /etc/hosts 192.168.1.100 www.wzfou....
ubuntu新建文件ntfs Operation not permitted only install ntfs-3g and reboot 只需要apt install ntfs-3g,并重启就可以了
本站提供在线ps,cdn图片以及壁纸服务 ps: http://lininn.cn/ps cdn: http://lininn.cn/image/ http://linin...
nginx+frp 2.1、nginx设置 server { listen 80; servername www.yourdomain.com; &n...
nginx 上传大文件出现 504 gateway time-out 在http{}片段下添加如下配置:单位秒 clientmaxbodysize 50m; //文件大小限制,默认1m proxyconnecttimeout 600; proxysendtimeout ...
设置antv f2 y轴为%数 chart.scale('percent', { min: 0, max: 100, formatter: value => { return value + '%'; } });
在线更改主题步骤 看到ant design pro 上的 主题颜色更换 感觉挺酷的 就研究了一下 , 因为最近想用vue 重写一版博客 所有就 用的 vue + ant design 做的这个demo 点击预...
centos安装node 方法一:源码包安装 官网下载 centos下载最新版10.9 https://nodejs.org/dist/v10.9.0/node-v10.9.0-linux-x64.tar.xz mkdir /...
centos7 Firewalld端口转发 本文使用的操作系统是centos7,防火墙为默认的firewalld。 决定你端口转发是否能成功的最重要一点是你得打开防火墙伪装IP的功能,这就是SNAT。 firewall-cmd --query-...