Browse Source

fix typo

master
Nicolas Massé 8 years ago
parent
commit
62b227be4a
  1. 3
      README.md

3
README.md

@ -191,7 +191,8 @@ export APICAST_MODULE=custom/verbose
Then, you need to register a resolver in the nginx configuration (example using the Google DNS): Then, you need to register a resolver in the nginx configuration (example using the Google DNS):
``` ```
cat <<EOF > apicast/apicast.d/resolver.conf cat <<EOF > apicast/apicast.d/resolver.conf
resolver 8.8.8.8: resolver 8.8.8.8
EOF
``` ```
Finally, launch apicast: Finally, launch apicast:

Loading…
Cancel
Save