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

Simplesaml #269

Open
denics opened this issue Feb 3, 2017 · 0 comments
Open

Simplesaml #269

denics opened this issue Feb 3, 2017 · 0 comments

Comments

@denics
Copy link

denics commented Feb 3, 2017

Thanks for the very nice and modular configuration. I am now trying to set up a simplesamlphp sso with D7. My configuration works fine in Apache, but I am unable to move now to nginx. On the net I haven't found any working configuration.

This is my conf:

location ^~ /saml_login {
                alias /var/www/simplesaml;
                location ~ ^(?<prefix>/saml_login)(?<phpfile>.+?\.php)(?<pathinfo>/.*)?$ {
                        include fastcgi_params;
                        fastcgi_pass unix:/var/run/php/php7.0-fpm_saml.sock;
                        fastcgi_param SCRIPT_FILENAME $document_root$phpfile;
                        fastcgi_param PATH_INFO $pathinfo in_not_empty;
                }
        }
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

No branches or pull requests

1 participant