Update README.md

This commit is contained in:
Michael J. Stealey
2018-08-13 14:07:55 -04:00
committed by GitHub
parent d735f78170
commit b72b18e689
+1 -1
View File
@@ -224,7 +224,7 @@ mkdir -p certs/ certs-data/ logs/nginx/ mysql/ wordpress/
cp nginx/wordpress.conf.example nginx/wordpress.conf
```
Update `nginx/wordpress.conf` by changing `DOMAIN_NAME` to `127.0.0.1`.
Update `nginx/wordpress.conf` by changing the `server_name` value from `DOMAIN_NAME` to `127.0.0.1`.
```console
$ diff nginx/wordpress.conf.example nginx/wordpress.conf