gpt4 book ai didi

django - nginx "proxy_pass"指令中的参数数量无效

转载 作者:行者123 更新时间:2023-12-03 15:06:23 24 4
gpt4 key购买 nike

nginx: [emerg] invalid number of arguments in "proxy_pass" directive in /etc/nginx/sites-enabled/django_direct:12

我的 nginx 配置文件:
server {
listen 80;
server_name 94.154.13.214;

location = /favicon.ico { access_log off; log_not_found off; }
location /static/ {
root /root/django_direct/main_app/;
}

location / {
include proxy_params;
proxy_pass unix: /root/django_direct/django_direct.sock;
}
}

我该怎么办?
更新:
我已经改变了这样的文件:
proxy_pass http://unix:/root/django_direct/django_direct.sock;

但没有帮助,我已经重新启动了 nginx,现在
我现在收到 502 Bad Gateway 错误。

最佳答案

如果其他人发现了这个并出现了这个错误。检查参数行末尾是否有分号。适用于所有行,而不仅仅是 proxy_pass。

关于django - nginx "proxy_pass"指令中的参数数量无效,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/51584980/

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