nginx-proxy VIRTUAL_HOST server_name paramter work

This commit is contained in:
Mike Holloway 2025-11-29 01:11:38 -05:00
parent 251adfcfa2
commit a2e283f069

View File

@ -20,8 +20,10 @@
volumes:
- "/home/{{ user.name }}/nextcloud/data:/home/step"
env:
VIRTUAL_PROTO: "fastcgi"
VIRTUAL_ROOT: "/var/www/html/"
VIRTUAL_HOST: "{{ inventory_hostname | default('ansible_undefined_fact') }}"
LETSENCRYPT_HOST: "{{ inventory_hostname | default('ansible_undefined_fact') }}"
VIRTUAL_PROTO: "fastcgi"
VIRTUAL_ROOT: "/var/www/html/"
- name: NGINX Proxy Container State created
containers.podman.podman_container: