Update README.md
This commit is contained in:
parent
507380f5cd
commit
d941562980
|
@ -48,11 +48,12 @@ sudo bash install.sh
|
|||
|
||||
Create a file called realms.conf in /etc/nginx/conf.d
|
||||
|
||||
```/etc/nginx/conf.d/realms.conf```
|
||||
```
|
||||
/etc/nginx/conf.d/realms.conf
|
||||
```
|
||||
|
||||
Put the following sample configuration in that file.
|
||||
|
||||
```
|
||||
server {
|
||||
listen 80;
|
||||
|
||||
|
@ -69,7 +70,7 @@ server {
|
|||
|
||||
}
|
||||
}
|
||||
```
|
||||
|
||||
|
||||
Test Nginx config
|
||||
```sudo nginx -t```
|
||||
|
|
Loading…
Reference in a new issue