socketry / falcon

A high-performance web server for Ruby, supporting HTTP/1, HTTP/2 and TLS.
https://socketry.github.io/falcon/
MIT License
2.62k stars 79 forks source link

Resolve (glob) configuration paths. #240

Closed ioquatix closed 4 months ago

ioquatix commented 4 months ago

Falcon virtual is currently broken as it isn't expanding globs. This was previously done at the command level, but should be done at the environment/service level, which this PR moves us towards. The same should be done for the redirect and proxy environments.

Types of Changes

Contribution