ansible-nginx
ansible-nginx copied to clipboard
Install and manage nginx webserver
When running der nginx Role I receive an Error in section "Remove all configuration symlinks during config reset" with Error Message: ``` fatal: [.....]: FAILED! => { "changed": false, "invocation":...
I spent some time to analyse why my nginx would not be working as intented. In the end I found the default configuration, which enables ipv6only support in nginx to...
Hello, It would be good if we could set client_max_body_size at the playbook. Could be good idea to pull from php_max_upload_size for php type servers.
The default `try_files` list ends with [`/index.html /index.htm`](https://github.com/debops/ansible-nginx/blob/master/defaults/main.yml#L910-L911). With these set, requests that should `404` instead show the site’s `index.html` if there’s one set. This seems undesirable to me; perhaps...
This is true on the latest released version and I don't believe it's been fixed on master - a misplaced `{% endif %}` fixed this on the released version, however,...
trying to work out how to configure debops-nginx with an Elixir / Phoenix app as upstream? http://www.phoenixframework.org/docs/serving-your-application-behind-a-proxy Phoenix generally runs on port 4000 but I actually want to have a...
I'm getting the following in my `public/index.html`: ``` myurl.com 418 I'm a teapot ``` Clearly the following section of .j2 code is not being parsed how it was intended, but...
``` W: GPG error: http://nginx.org jessie Release: The following signatures were invalid: KEYEXPIRED 1471427554 ``` If i delete the key, i get: ``` W: GPG error: http://nginx.org jessie Release: The...
It's not possible to switch off logging.
Please add a simple way to set [HPKP](https://en.wikipedia.org/wiki/HTTP_Public_Key_Pinning)-headers for group, host or site. This is just another header-field to be added in the template, much like HSTS.