nginx 的 %hostdir% 是什么意思?

nginx 的 %hostdir% 是什么意思?

在一个 nginx 示例配置中,有这样的块:

    location / {
        root       "%hostdir%";
        index      index.php index.html index.htm;
    }

虽然我理解它的含义,但我在 nginx 文档中找不到它到底%hostdir%是什么以及其他类似的替代品。

答案1

%hostdir%不是 nginx 配置。这些是由打开服务器,一款俄语 Web 开发套件,与 XAMPP 和其他此类套件类似。(有关 Open Server 的问题不属于此处主题;请尝试在Stack Overflow 上的俄语。该网站已经有一个问题标签关于它。)

相关内容