nickjj / ansible-nginx

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

Quick and dirty "fix" for sites that are all upstream #14

Closed ScuttleSE closed 7 years ago

ScuttleSE commented 7 years ago

This fix works for me. I can define a site as "upstream_only", all requests are forwarded directly to the upstream-server. Not really merge:able, but maybe a quick way to demonstrate what would be needed

ScuttleSE commented 7 years ago

Ignore this one, I have a better one