gpt4 book ai didi

Nginx 更改文档根目录

转载 作者:行者123 更新时间:2023-12-02 08:37:22 25 4
gpt4 key购买 nike

我正在使用来自 Nginx For Windows 的 Windows 安装文件

但它不允许更改安装位置,所以它默认为 C:\nginx 有没有办法更新配置文件以将根目录更改为 D:\blabla?

示例代码来自 nginx.conf

server {
listen 80;
server_name localhost;

location / {
root html;
index index.html index.htm;
}

#error_page 404 /404.html;

error_page 500 502 503 504 /50x.html;
location = /50x.html {
root html;
}
}

最佳答案

启动nginx时使用-p参数:

nginx -p "D:\blabla"

关于Nginx 更改文档根目录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/19985228/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com