How to enable directory browsing of an alias in nginx with PHP

前端 未结 0 1151
-上瘾入骨i
-上瘾入骨i 2021-01-04 05:58

I have this in this specific directive in my nginx.conf file:

location /downloads/ {
    alias "Z:/My Downloads/";
    autoindex on;
}
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题