mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-08-29 15:06:26 +02:00
Nginx variable refactoring and general bug solving. Got interupted commit not tested
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
#- name: configure {{domain}}.conf
|
||||
# template:
|
||||
# src: "nginx-proxy.conf.j2"
|
||||
# dest: "{{nginx_servers_directory}}{{domain}}.conf"
|
||||
# dest: "{{nginx.directories.http.servers}}{{domain}}.conf"
|
||||
# notify: restart nginx
|
||||
|
||||
- name: "include tasks nginx-docker-proxy-domain.yml"
|
||||
@@ -21,7 +21,7 @@
|
||||
- name: configure websocket_upgrade.conf
|
||||
copy:
|
||||
src: "websocket_upgrade.conf"
|
||||
dest: "{{nginx_maps_directory}}websocket_upgrade.conf"
|
||||
dest: "{{nginx.directories.http.maps}}websocket_upgrade.conf"
|
||||
notify: restart nginx
|
||||
|
||||
- name: pull docker repository
|
||||
|
Reference in New Issue
Block a user