美文网首页
nginx添加配置示例

nginx添加配置示例

作者: 路飞仙贝 | 来源:发表于2022-01-15 16:57 被阅读0次
    server {
            listen       9999;
            server_name  ArchiveRepo;
            root         /mnt/data/ostreeRepoAll/OstreeArchive/;
    
            location / {
                root /mnt/data/ostreeRepoAll/OstreeArchive/;
                autoindex on;
            }
    
    }
    
    

    相关文章

      网友评论

          本文标题:nginx添加配置示例

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