I have installed Lapis with OpenResty. By default it works on localhost address. How to configure Lapis for exert IP? So I need that it works from my dedicated IP address
Asked
Active
Viewed 41 times
1 Answers
0
You need to edit nginx configuration file. Take a look at http://nginx.org/en/docs/beginners_guide.html
Look for server_name
directive
http://nginx.org/en/docs/http/server_names.html

Alexander Altshuler
- 2,930
- 1
- 17
- 27
-
I have default setting:` location / {} and lister 8080` – Gaga May 07 '16 at 23:14
-
Show your whole nginx config. Are you sure it is not firewall issue? – Alexander Altshuler May 09 '16 at 07:59