Skip to content

Commit

Permalink
en: add 0.0.0.0 clarification (#1153)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eido95 authored and manniL committed Feb 3, 2019
1 parent 2e3a1d5 commit 40510db
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions en/faq/host-port.md
Expand Up @@ -5,6 +5,10 @@ description: How to edit host and port with Nuxt.js?

# How to edit host and port?

By default, Nuxt development server host is `localhost` (only accessible from within the host machine).

Host `0.0.0.0` is designated to tell Nuxt to resolve a host address, which is accessible to connections _outside_ of the host machine (e.g. LAN).

You can configure the connection variables in different ways. They are listed **from highest to lowest priority**.

> **Note:** If `port` is assigned the string value of `'0'` (not `0`, which is falsy), a random port will be assigned to your Nuxt application.
Expand Down

0 comments on commit 40510db

Please sign in to comment.