From 6c6c09421ccf3cdb5cd399c758ac64290b41f58e Mon Sep 17 00:00:00 2001 From: Mike Holloway Date: Tue, 9 Dec 2025 16:44:45 -0500 Subject: [PATCH] proxy - web subdir --- tasks/files.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/files.yml b/tasks/files.yml index 0cd4b71..e4ed679 100644 --- a/tasks/files.yml +++ b/tasks/files.yml @@ -22,7 +22,7 @@ - name: Create web nginx.conf File template: - src: "nginx.conf" + src: "web/nginx.conf" dest: "/home/{{ user.name }}/web/nginx.conf" owner: "{{ user.name }}" group: "{{ user.name }}"