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

fastcgi_param https #492

Closed
AlmogBaku opened this issue Oct 27, 2014 · 2 comments
Closed

fastcgi_param https #492

AlmogBaku opened this issue Oct 27, 2014 · 2 comments
Labels
enhancement New feature or request

Comments

@AlmogBaku
Copy link

Is there any way to add the fastcgi_param https on by the location resource?
The problem is that this is changed between the version of the vhost.

See example here http://wiki.nginx.org/Symfony

@3flex
Copy link
Contributor

3flex commented Apr 13, 2015

You can use location_cfg_prepend or location_cfg_append to add your own directives to the location. There's currently no way to do this with a specific parameter unfortunately.

@3flex 3flex added the enhancement New feature or request label Apr 13, 2015
@wyardley
Copy link
Collaborator

wyardley commented Oct 8, 2016

This is now supported, FWIW. I'm going to close this one.

@wyardley wyardley closed this as completed Oct 8, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants