Skip to content
This repository was archived by the owner on Mar 22, 2018. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions eap-latest-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,11 +344,10 @@ On the **master** node perform the following operations

If you want default routes (we'll talk about these later) to automatically get
the right domain (the one you configured earlier with your wildcard DNS), then
you should edit `/etc/sysconfig/atomic-enterprise-master` and add the following:
you should edit `/etc/openshift/master/master-config.yaml` and add the following:

[//]: # (TODO: OPENSHIFT_ROUTE_SUBDOMAIN -> ???)

OPENSHIFT_ROUTE_SUBDOMAIN=cloudapps.example.com
routingConfig:
subdomain: cloudapps.example.com

Or modify it appropriately for your domain.

Expand Down