arut / nginx-python-module

Nginx Python Module
BSD 2-Clause "Simplified" License
137 stars 36 forks source link

python_content_by_file directive #2

Closed msva closed 6 years ago

msva commented 6 years ago

it would be nice to also have python_content_by_file directive, with possibility to pass variables to it (like python_content_by_file $document_root/ngx.py)

arut commented 6 years ago

I believe there's a use case for this, but the feature looks ugly to me. I'm sure you can do this in Python.