700字范文,内容丰富有趣,生活中的好帮手!
700字范文 > nginx: [emerg] events directive is not allowed here in /opt/myapi/nginx.conf:XX

nginx: [emerg] events directive is not allowed here in /opt/myapi/nginx.conf:XX

时间:2024-06-30 11:10:53

相关推荐

nginx: [emerg] events directive is not allowed here in /opt/myapi/nginx.conf:XX

这种情况是由于events的位置不对造成的

正确的格式是:

events {#你的代码}http{upstream django {#你的代码}server {#你的代码}}

本内容不代表本网观点和政治立场,如有侵犯你的权益请联系我们处理。
网友评论
网友评论仅供其表达个人看法,并不表明网站立场。