http-party / http-server

a simple zero-configuration command-line http server
MIT License
13.42k stars 1.48k forks source link

Option -c is not working #874

Closed budarin closed 6 months ago

budarin commented 6 months ago

Environment Versions

  1. OS Type - any
  2. Node version: 20.0.0
  3. http-server version: v14.1.1

Steps to reproduce

  1. run server as npx -y http-server ./dist -p 3000 c-1

Expected result

server sends assets without caching

Actual result

server sends every asset with caching

image