diogob / postgres-websockets

PostgreSQL + Websockets
https://hackage.haskell.org/package/postgres-websockets
MIT License
355 stars 28 forks source link

How to disable static file hosting #50

Closed W1M0R closed 4 years ago

W1M0R commented 4 years ago

By default,the postgres-websockets Docker image hosts the entire root filesystem. The path to host can be adjusted via the PGWS_ROOT_PATH environment variable, but can static file hosting be disabled entirely?

diogob commented 4 years ago

not at the moment, but it should be a quick fix, feel free to create a pull request.