火焰

valeb
  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

ningx.conf location

Posted on 2019-04-16 14:53  valeb  阅读(97)  评论(0编辑  收藏  举报
  server {
        listen       25800;
        server_name  localhost;
 
        location  /dirName {
            alias "C:/Users/VALEB/Downloads/include";
            autoindex on; 
            autoindex_localtime on; 
            expires  7d; 
        }
        location /name {
            alias "C:\Users\VALEB\Desktop\wav";
            autoindex on;  
            autoindex_localtime on; 
        }
        #error_page  404              /404.html;
}