mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 18:29:21 +00:00 
			
		
		
		
	Optimized CDN variables during bug research
This commit is contained in:
		| @@ -9,11 +9,10 @@ | ||||
|   include_role: | ||||
|     name: srv-web-7-6-composer | ||||
|   vars: | ||||
|     domain: "{{ domains | get_domain(application_id) }}" | ||||
|     http_port: "{{ ports.localhost.http[application_id] }}" | ||||
|  | ||||
| - name: "generate {{domains | get_domain(application_id)}}.conf" | ||||
| - name: "generate '{{ CDN_NGINX_FILE }}'" | ||||
|   template: | ||||
|     src: "nginx.conf.j2" | ||||
|     dest: "{{ nginx.directories.http.servers }}{{ domains | get_domain(application_id) }}.conf" | ||||
|     dest: "{{ nginx.directories.http.servers }}{{ CDN_NGINX_FILE }}" | ||||
|   notify: restart openresty | ||||
		Reference in New Issue
	
	Block a user