Skip to content

Commit 76456f1

Browse files
committed
Remove MODE=http-proxy-middleware from .env
1 parent fbba83d commit 76456f1

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.env

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
NODE_VERSION=16.17.0
2-
MODE=http-proxy-middleware
32
MEMORY_USAGE_INTERVAL=10000

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ Original issues:
77
* https://github.com/http-party/node-http-proxy/issues/1586
88
* https://github.com/chimurai/http-proxy-middleware/issues/782
99

10+
Fix:
11+
12+
* https://github.com/http-party/node-http-proxy/pull/1559
13+
1014
## Running locally
1115

1216
Install dependencies:
@@ -39,8 +43,7 @@ Run docker-compose:
3943
sudo docker-compose up --build
4044
```
4145

42-
Dockerized environment uses express with http-proxy-middleware by default.
43-
To use build-in http server remove thhe following line fron `.env` file:
46+
To use express with http-proxy-middleware in dockerized environment add the following line to `.env` file:
4447

4548
```
4649
MODE=http-proxy-middleware

0 commit comments

Comments
 (0)