Skip to content
This repository has been archived by the owner on May 15, 2020. It is now read-only.

Don't require config.ru for serving static sites #9

Closed
sstephenson opened this issue Mar 18, 2011 · 1 comment
Closed

Don't require config.ru for serving static sites #9

sstephenson opened this issue Mar 18, 2011 · 1 comment

Comments

@sstephenson
Copy link
Contributor

Right now it's possible to serve static sites with Pow, but only if you have a config.ru like this:
run lambda { [404, {"Content-Type" => "text/plain"}, ["Not Found"]] }

It'd be nice to eliminate that requirement.

@sstephenson
Copy link
Contributor Author

fixed

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant