how to config to call http://ip-address

Edho Arief edho at myconan.net
Thu Jul 12 11:35:37 UTC 2012


On Thu, Jul 12, 2012 at 6:31 PM, abcomp01 <nginx-forum at nginx.us> wrote:
> how to configure to call http://ip-address
>
> to specif location
>

server {
  server_name 4.3.2.1;
  location / {
    ...
  }
}



More information about the nginx mailing list