Skip to content

Files

Latest commit

 

History

History
15 lines (11 loc) · 705 Bytes

url.md

File metadata and controls

15 lines (11 loc) · 705 Bytes

Configuring the external URL

It is highly recommended that you do NOT make any of the nodes running Sourcegraph directly accessible to the Internet. Instead, configure an Internet Gateway or equivalent to forward traffic to httpNodePort or httpsNodePort on any of the nodes in your cluster.

When that is done, update your DNS records to point to your gateway's external IP, and change the following line in your site configuration:

{
  // ...
  "externalURL": "https://domain.example.com"
  // ...
}

NOTE: externalURL was called appURL in Sourcegraph 2.13 and earlier.