ansible-role-nginx icon indicating copy to clipboard operation
ansible-role-nginx copied to clipboard

How to add --set-xauthrequest flag?

Open svanschalkwyk opened this issue 6 years ago • 2 comments

Thanks for a great role! I have a problem setting --set-xauthrequest flag. I tried

nginx_extra_root_params:
        - "--set-xauthrequest"

with no luck. Is there a place where flags can be added?

svanschalkwyk avatar Aug 09 '17 03:08 svanschalkwyk

@svanschalkwyk Can you give me the reference of this option on nginx documentation ?

jdauphant avatar Nov 14 '17 21:11 jdauphant

I believe the original poster was referring to a configuration parameter to https://github.com/bitly/oauth2_proxy, not to something in nginx itself. The README for oauth2_proxy is not clear that the flag applies to oauth2_proxy, not to nginx.

jamesjuran2 avatar Nov 28 '17 19:11 jamesjuran2