Remove www_domain for msrg.cc (problem with WKD)
This commit is contained in:
		
							parent
							
								
									2a3fe723ab
								
							
						
					
					
						commit
						0c6ef34cf6
					
				
					 2 changed files with 1 additions and 2 deletions
				
			
		| 
						 | 
				
			
			@ -8,7 +8,6 @@ svc:
 | 
			
		|||
    faas_function: url-mapper
 | 
			
		||||
  - domain: msrg.cc
 | 
			
		||||
    faas_function: webpage-msrg-cc
 | 
			
		||||
    www_domain: true
 | 
			
		||||
    caddy_extra: |
 | 
			
		||||
      header /.well-known/* Access-Control-Allow-Origin *
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -34,6 +34,6 @@
 | 
			
		|||
 | 
			
		||||
{{ caddy_site(svc) }}
 | 
			
		||||
 | 
			
		||||
{%- for extra_svc in svc.extra_svcs %}
 | 
			
		||||
{%- for extra_svc in svc.extra_svcs|default([]) %}
 | 
			
		||||
{{ caddy_site(extra_svc) }}
 | 
			
		||||
{% endfor %}
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue