如何配置 Lapis 的外部 IP 地址?

我使用 OpenResty 安装了 Lapis。默认情况下,它只能在本地访问。 如何配置 Lapis 的外部 IP 地址?我需要它能够从我的独立 IP 地址访问。

点赞
用户2060502
用户2060502

你需要编辑 nginx 配置文件。

请查看http://nginx.org/en/docs/beginners_guide.html

寻找 server_name 指令 http://nginx.org/en/docs/http/server_names.html

2016-05-06 17:34:42