Compare commits

..

No commits in common. "5b60deaef5ce6848052a70000604414f6f1bbfa7" and "fce832fcdfb584e043e2f397ae356165e3a39d72" have entirely different histories.

3 changed files with 2 additions and 5 deletions

View File

@ -7,12 +7,10 @@ events {
worker_connections 768;
# multi_accept on;
}
{% if nginx__stream %}
stream {
include /etc/nginx/stream.conf;
}
{% endif %}
http {
##

View File

@ -20,7 +20,6 @@ galaxy_info:
- stretch # Debian 9 Stretch
- buster # Debian 10 Buster
- bullseye # Debian 11 Bullseye
- bookworm # Debian 12 Bookworm
- name: Ubuntu
versions:
- xenial # Ubuntu 16.04 LTS Xenial Xerus

View File

@ -32,8 +32,8 @@
- name: Install Nginx config
notify: nginx | Restart Nginx
template:
src: 'templates/nginx.conf'
copy:
src: 'files/nginx.conf'
dest: '{{ nginx__dir_etc }}/nginx.conf'
mode: 'u=rw,go=r'
owner: root