nickjj / ansible-nginx

Install and configure nginx (SSL A+ by default) with Ansible.
MIT License
73 stars 37 forks source link

Add direct_proxy configuration variable to allow bypassing try_files #19

Open cristoper opened 6 years ago

cristoper commented 6 years ago

This pull request aims to fix Issue #13:

In the process I moved some proxy configuration to /etc/nginx.conf.d/common_proxy.conf to reduce clutter.

(Nick, I know you're currently working on a revamp of this role. I'm mostly posting this for anybody else who is using this role, and to give you ideas while you work on the new version.)

nickjj commented 6 years ago

Thanks a lot for this. I will hold off on merging this one, and the revamp is still quite a ways off, so it's definitely valuable to keep this around for others.