M87星云

导航

2019年7月11日

nginx随机模块—random_index

摘要: nginx 随机模板参数: 这个模块他的作用于只有在location中,具体写法如下 location / { root html/code; andom_index on; #index index.html index.htm; } 只需要在localtion开启这个模块就好,然后在html/c 阅读全文

posted @ 2019-07-11 15:52 挽留匆匆的美丽 阅读(841) 评论(0) 推荐(0)