mirror of
				https://github.com/kevinveenbirkenbach/computer-playbook.git
				synced 2025-10-31 02:10:05 +00:00 
			
		
		
		
	Shortened webserver to srv-web-
This commit is contained in:
		| @@ -6,7 +6,7 @@ server | ||||
|     {% include 'roles/web-app-oauth2-proxy/templates/endpoint.conf.j2'%} | ||||
|   {% endif %} | ||||
|  | ||||
|   {% include 'roles/webserver-injector-core/templates/global.includes.conf.j2'%} | ||||
|   {% include 'roles/srv-web-injector-core/templates/global.includes.conf.j2'%} | ||||
|    | ||||
|   {% if nginx_docker_reverse_proxy_extra_configuration is defined %} | ||||
|     {# Additional Domain Specific Configuration #} | ||||
| @@ -17,6 +17,6 @@ server | ||||
|  | ||||
|   {% for path in syncope_paths.values() %} | ||||
|     {% set location =  web_protocol ~ '://' ~ domains | get_domain(application_id) ~ '/' ~ path ~ '/' %} | ||||
|     {% include 'roles/webserver-proxy-core/templates/location/proxy_basic.conf.j2'%} | ||||
|     {% include 'roles/srv-web-proxy-core/templates/location/proxy_basic.conf.j2'%} | ||||
|   {% endfor %} | ||||
| } | ||||
		Reference in New Issue
	
	Block a user