Skip to content

Commit

Permalink
Merge pull request #46 from ryantfowler/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
davidalger authored Dec 7, 2019
2 parents 5acaba5 + de6a87d commit 0d689de
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,9 @@ If you need multiple domains pointing to the same server, you can follow the ins

TRAEFIK_HOST_LIST=app.exampleproject.test,subdomain.exampleproject.test,exampleproject2.test,exampleproject3.test

4. Run `warden env up -d` to update the containers then each of the URLs should work as expected. It will be up to you to ensure your application properly handles traffic coming from each of those domains (by editing the nginx configuration or your application).
4. It will be up to you to ensure your application properly handles traffic coming from each of those domains (by editing the nginx configuration or your application). An example approach can be found [here](https://github.com/davidalger/warden/pull/37#issuecomment-554651099).

5. Run `warden env up -d` to update the containers then each of the URLs should work as expected.

## Warden Usage

Expand Down

0 comments on commit 0d689de

Please sign in to comment.