proxy - web subdir

This commit is contained in:
Mike Holloway 2025-12-09 16:44:45 -05:00
parent c2b3fe960a
commit 6c6c09421c

View File

@ -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 }}"