Skip to content

Commit

Permalink
python syntax looks terrible too
Browse files Browse the repository at this point in the history
  • Loading branch information
sej7278 committed Dec 14, 2023
1 parent a95d8a8 commit e6a1d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/eportal/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ Install ePortal:

We must declare the list of allowed hosts in the configuration for security reasons. It help to avoid HTTP Host header attacks. According to your installation, you need to add this parameter into [ePortal config file](/eportal/#config-files):

```python
```text
ALLOWED_HOSTS = ['node1-yourdomain.example.com', 'node2-yourdomain.example.com']
```

Expand Down

0 comments on commit e6a1d7b

Please sign in to comment.