Skip to content
This repository was archived by the owner on Mar 22, 2023. It is now read-only.

Commit fe518bd

Browse files
authored
Added docs for SAFE_HOSTS in Greenlight (#139)
1 parent 637eeda commit fe518bd

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

_posts/2019-04-15-gl-install.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,15 @@ sudo bbb-conf --secret
7171

7272
In your `.env` file, set the `BIGBLUEBUTTON_ENDPOINT` to the URL, and set `BIGBLUEBUTTON_SECRET` to the secret.
7373

74+
### Setting Allowed Hosts
75+
76+
For reasons related to security, you'll also need to specify the domain from which the application will be accessible from.
77+
78+
In your `.env` file, set the `SAFE_HOSTS` to your domain. If Greenlight is accessible at `https://bbb.example.com/b` then `SAFE_HOSTS=bbb.example.com`
79+
7480
### Configure Specific Settings
7581

76-
Other than the 2 configurations listed above, there are many different options for configuring Greenlight. All possible configurations are listed in the `.env` file.
82+
Other than the 3 configurations listed above, there are many different options for configuring Greenlight. All possible configurations are listed in the `.env` file.
7783

7884
You can find more info on specific settings that can be configured [here](gl-config.html).
7985

0 commit comments

Comments
 (0)