0

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

Gaga
  • 77
  • 2
  • 9

1 Answers1

0

You need to edit nginx configuration file. Take a look at http://nginx.org/en/docs/beginners_guide.html

Look for server_namedirective http://nginx.org/en/docs/http/server_names.html

Alexander Altshuler
  • 2,930
  • 1
  • 17
  • 27