diff --git a/docs/documentation/stories/proxy.md b/docs/documentation/stories/proxy.md index c0cfd0e1ca..8239c19a3a 100644 --- a/docs/documentation/stories/proxy.md +++ b/docs/documentation/stories/proxy.md @@ -26,7 +26,7 @@ We can then add the `proxyConfig` option to the serve target: "builder": "@angular-devkit/build-angular:dev-server", "options": { "browserTarget": "your-application-name:build", - "proxyConfig": "src/proxy.conf.json" + "proxyConfig": "proxy.conf.json" }, ``` @@ -183,4 +183,4 @@ function setupForCorporateProxy(proxyConfig) { module.exports = setupForCorporateProxy(proxyConfig); ``` -This way if you have a `http_proxy` or `HTTP_PROXY` environment variable defined, an agent will automatically be added to pass calls through your corporate proxy when running `npm start`. \ No newline at end of file +This way if you have a `http_proxy` or `HTTP_PROXY` environment variable defined, an agent will automatically be added to pass calls through your corporate proxy when running `npm start`.