Commit af2abc0c by Sef Kloninger Committed by Jason Bau

install own /etc/nginx/nginx.conf

One comes with the standard installation, overwrite with our own,
provided in {{secure_dir}}/files.
parent 5a6ae212
......@@ -8,6 +8,13 @@
- nginx
- install
- name: nginx | Server configuration file
copy: src={{secure_dir}}/files/nginx.conf dest=/etc/nginx/nginx.conf owner=root group=root mode=0644
notify: nginx | restart nginx
tags:
- nginx
- install
# Standard configuration that is common across all roles
# Default values for these variables are set in group_vars/all
# Note: remove spaces in {{..}}, otherwise you will get a template parsing error.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment