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

implements directive to define extension-based handlers #359

Merged
merged 5 commits into from Jun 12, 2015

Conversation

kazuho
Copy link
Member

@kazuho kazuho commented Jun 12, 2015

In short, you can write like below to delegate requests against PHP files to php-fpm. Please refer to #357 for background info.

file.custom-handler:
  extension: .php
  fastcgi.connect:
    port: /tmp/fcgi.sock
    type: unix

kazuho added a commit that referenced this pull request Jun 12, 2015
implements directive to define extension-based handlers
@kazuho kazuho merged commit f96e428 into master Jun 12, 2015
@kazuho kazuho mentioned this pull request Jun 12, 2015
6 tasks
kazuho added a commit that referenced this pull request Jun 16, 2015
…is at global level, now that extension-level configuration is permitted (amends #359)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant