diff --git a/docs/quickstart.md b/docs/quickstart.md index 2f8f986cc..621a4b93b 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -82,7 +82,7 @@ Combining our configurations above into a single manifest, our code block looks www_root => '/opt/html/', } - nginx::resource::location{'/proxy': + nginx::resource::location{'/blog': proxy => 'http://upstream_app/' , server => 'www.myhost.com',