美文网首页
使用nginx搭建nfs服务

使用nginx搭建nfs服务

作者: 张音乐 | 来源:发表于2020-03-02 15:14 被阅读0次
    # 1、更新源
    # sudo rpm -Uvh http://nginx.org/packages/centos/7/noarch/RPMS/nginx-release-centos-7-0.el7.ngx.noarch.rpm
    
    # 2、安装
    # sudo yum install -y nginx
    
    
    # 3、对外配置文件位置暴露
    # location /report/nfs/ {
    #   autoindex on;
    #   root /data1/report/nfs/;
    # }
    
    # 4、重启
    # systemctl restart nginx.service
    

    相关文章

      网友评论

          本文标题:使用nginx搭建nfs服务

          本文链接:https://www.haomeiwen.com/subject/wgqvkhtx.html