config.php 238 B

12345678
  1. <?php
  2. //生产环境建议填写绝对路径,且目录可写,如D:/ssl/
  3. //设置证书路径
  4. $ssldir = "D:/ssl/";
  5. //设置配置文件路径
  6. //$confdir = "D:/wwwroot/nssl/conf/";
  7. $confdir = "D:/nginx/conf/vhost/";
  8. ?>