Linux之动静分离

创建NFS挂载点

mkdir /static
vim /etc/exports
/static      172.16.1.0/20(rw,sync,all_squash,anonuid=666,anongid=666)
systemctl restart nfs-server
chown -R www.www /static/

将静态资源放置于挂载点内

mkdir /opt/static/s
[root@web01 static]# cp -r /opt/bbs/static/* /opt/static/s/

挂载到lb01

yum install nfs-utils -y
mount -t nfs 172.16.1.31:/static /opt/static/

测试

Linux之动静分离

 

上一篇:css 京东 样式初始化代码


下一篇:Python仅差1.51%超越C成为世界上第1大编程语言。风头无出其右