nginx icon indicating copy to clipboard operation
nginx copied to clipboard

A fairly flexible and feature full Ansible role for the NGINX web server.

Results 22 nginx issues
Sort by recently updated
recently updated
newest added

Is this repository still maintained? The last code changed happened more than two years ago.

- name: Nginx | Modules | Download the psol source get_url: url: "https://dl.google.com/dl/page-speed/psol/{{nginx_ngx_pagespeed_version}}.tar.gz" dest: "/tmp/psol.tar.gz"

Running this on a vagrant, the playbooks download nginx sources to /tmp. Vagrant destroys /tmp on reload, so now I have to sit through the nginx playbooks downloading everything again...

The nginx rtmp installation guide can be found [here](https://github.com/arut/nginx-rtmp-module/wiki/Getting-started-with-nginx-rtmp). Tested by running `vagrant up`.

We moved the work of @welcoMattic (https://github.com/ANXS/nginx/pull/48) in our organisation. So this PR is now split and clean.

Still needs discussion I guess

- Adding support for upstreams. Currently in nginx.conf, a potential improvement would be to put them under upstreams/ and then include that in nginx.conf or something similar. - Locations are...