阿里云文档 2026-05-25

Nginx安装SSL证书时http_ssl_module相关报错及解决方法

Nginx服务器需要通过http_ssl_module模块来加载SSL证书,因此安装SSL证书前,需要保证当前Nginx已包含此模块。

阿里云文档 2025-03-26

内网环境报表通过Nginx代理嵌入外网第三方系统,api/v2/component/list报错403Forbiden

问题描述需要将内网的Quick BI报表嵌入到外网的第三方系统。使用Nginx代理访问内网环境的Quick BI报表和一些静态资源,目前通过外网访问报表,其他接口都是正常的。只有api/v2/component/list报“403 Forbiden”错误:问题原因api/v2/component/l...

阿里云文档 2023-09-03

使用Nginx访问网页提示“502”和“connect upstream time out”报错如何处理?_云服务器 ECS(ECS)

本文介绍本地回环网卡(lo)未启动,导致使用Nginx访问网页提示“502”和“connect upstream time out”报错的问题现象、问题原因和解决方案。

问答 2020-06-22 来自:开发者社区

nginx调用lua模块报错?报错

nginx.cof只有一句lua代码:  local bar= require("bar") bar.lua文件:module("bar", package.seeall) ngx.say("rocks and md5 loaded") 报错。如果直接把lua代码写在nginx.cof是正常运行的。 很郁闷,不知道哪错了,又不提示具体错误,只是提示“500 Internal...

问答 2020-06-14 来自:开发者社区

nginx+lua+memcached,报错:curl: (52) Empty ?报错

server { listen 80; server_name localhost; index index.html index.htm index.jsp; root /www; autoindex on; autoindex_exact_size on; autoindex_localtime on; location / { default...

问答 2020-06-14 来自:开发者社区

nginx+lua+memcached,报错:module 'resty.mem?报错

2015/02/04 12:04:23 [error] 31306#0: *1 lua entry thread aborted: runtime error: /usr/local/nginx/conf/vhost/cache.lua:25: module 'resty.memcached' not found: no field package.preload['resty....

本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。