Update README.md

This commit is contained in:
Matthew Scragg 2014-09-09 15:46:41 -05:00
parent 507380f5cd
commit d941562980

View file

@ -48,11 +48,12 @@ sudo bash install.sh
Create a file called realms.conf in /etc/nginx/conf.d 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. Put the following sample configuration in that file.
```
server { server {
listen 80; listen 80;
@ -69,7 +70,7 @@ server {
} }
} }
```
Test Nginx config Test Nginx config
```sudo nginx -t``` ```sudo nginx -t```