2023-04-15 18:13:22 +02:00
|
|
|
nginx__version_spec: ""
|
|
|
|
nginx__deploy_redirect_conf: false
|
|
|
|
nginx__configurations:
|
2023-01-08 02:50:23 +01:00
|
|
|
- name: acme_challenge
|
2023-08-04 13:41:00 +02:00
|
|
|
content: "{{ lookup('ansible.builtin.file', 'z9/configs/public-reverse-proxy/nginx/acme_challenge.conf') }}"
|
2023-04-16 01:29:33 +02:00
|
|
|
nginx__use_custom_nginx_conf: true
|
|
|
|
nginx__custom_nginx_conf: |
|
2023-08-04 13:41:00 +02:00
|
|
|
{{ lookup('file', 'z9/configs/public-reverse-proxy/nginx/nginx.conf') }}
|