mirror of
https://github.com/goldbergyoni/nodebestpractices.git
synced 2025-10-29 00:19:14 +08:00
Fix wrong copypasta
This code is not Nginx but Express
This commit is contained in:
@ -10,7 +10,7 @@ A typical log is a warehouse of entries from all components and requests. Upon d
|
||||
<br/><br/>
|
||||
|
||||
|
||||
### Code example: typical nginx configuration
|
||||
### Code example: typical Express configuration
|
||||
|
||||
```javascript
|
||||
// when receiving a new request, start a new isolated context and set a transaction Id. The following example is using the NPM library continuation-local-storage to isolate requests
|
||||
|
||||
Reference in New Issue
Block a user