Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 557 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 557 Bytes

long-request-experiment

What Is This Repo For

This is a experiment repository for my Medium article -- A mysterious bug with Nginx, which is to reproduce an issue while I was using Nginx with a long request, for the details, please see my article.

Prerequisite

  • Docker
  • Node.js (if you want to run server locally)

How To Run The Server Locally

npm i
npm run build
npm run start

How To Run With Docker

docker compose build
docker compose up