Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

per-request environment variables for FastCGI #868

Merged
merged 11 commits into from
Apr 18, 2016
Merged

Conversation

kazuho
Copy link
Member

@kazuho kazuho commented Apr 14, 2016

implements #694

@kazuho kazuho added the fastcgi label Apr 14, 2016
@utrenkner
Copy link
Contributor

@kazuho Excellent! Many thanks!

How does this work in practice? E.g. if I wanted to "translate" this from an Apache config:

SetEnv APPLICATION_ENV "development"

@kazuho
Copy link
Member Author

kazuho commented Apr 14, 2016

@utrenkner Sorry, its still wip.

Once implemented, it would be something like

setenv:
  APPLICATION_ENV: "development"

EDIT. updated the example above to reflect the changes in the PR.

@kazuho kazuho force-pushed the kazuho/fastcgi-env branch from 67acb64 to 4d98b6c Compare April 18, 2016 03:27
@kazuho kazuho merged commit bd7d014 into master Apr 18, 2016
@kazuho kazuho added this to the v2.0 milestone Apr 19, 2016
kazuho added a commit that referenced this pull request May 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants