Skip to content

Commit

Permalink
do not make backups of nginx configs, unknown files will bork the server
Browse files Browse the repository at this point in the history
  • Loading branch information
acozine committed Dec 22, 2023
1 parent df64ab6 commit caaf0e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion roles/nginxplus/tasks/conf/upload-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@
# dest: /tmp/{{ item.name }}.conf
# dest: /etc/nginx/conf.d/{{ item.name }}.conf
mode: 0755
backup: true
when: nginx_http_upload_enable
loop: "{{ sites }}"
tags:
Expand Down

0 comments on commit caaf0e3

Please sign in to comment.