Skip to content

Commit 7130847

Browse files
hudasyedclydin
authored andcommitted
docs: updated proxyConfig property folder path
package.json and proxy.conf.json are now located in the root folder and not the src folder.
1 parent 7ed03dd commit 7130847

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/documentation/stories/proxy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ We can then add the `proxyConfig` option to the serve target:
2626
"builder": "@angular-devkit/build-angular:dev-server",
2727
"options": {
2828
"browserTarget": "your-application-name:build",
29-
"proxyConfig": "src/proxy.conf.json"
29+
"proxyConfig": "proxy.conf.json"
3030
},
3131
```
3232

@@ -183,4 +183,4 @@ function setupForCorporateProxy(proxyConfig) {
183183
module.exports = setupForCorporateProxy(proxyConfig);
184184
```
185185

186-
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`.
186+
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`.

0 commit comments

Comments
 (0)