Skip to content

dextermallo/long-request-experiment

Repository files navigation

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

Releases

No releases published

Packages

No packages published