Update multisite cms urls, aliases and fallback urls
This commit is contained in:
		
					parent
					
						
							
								df35fd1f35
							
						
					
				
			
			
				commit
				
					
						c1c8b38cf2
					
				
			
		
					 1 changed files with 3 additions and 5 deletions
				
			
		| 
						 | 
					@ -515,14 +515,12 @@ ANONYMOUS_USER_NAME = 'anonymous@ungleich.ch'
 | 
				
			||||||
GUARDIAN_GET_INIT_ANONYMOUS_USER = 'membership.models.get_anonymous_user_instance'
 | 
					GUARDIAN_GET_INIT_ANONYMOUS_USER = 'membership.models.get_anonymous_user_instance'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
MULTISITE_CMS_URLS = {
 | 
					MULTISITE_CMS_URLS = {
 | 
				
			||||||
    'www.example.com:8000': 'dynamicweb.urls1',
 | 
					    'blog-dev2.ungleich.ch': 'dynamicweb.urls',
 | 
				
			||||||
    'www.example2.com:8000': 'dynamicweb.urls2',
 | 
					    'nuglarus-dev2.ungleich.ch': 'dynamicweb.urls_multi',
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
MULTISITE_CMS_ALIASES = {
 | 
					MULTISITE_CMS_ALIASES = {
 | 
				
			||||||
    'www.example.com': ('alias1.example.com', 'alias2.example.com',),
 | 
					 | 
				
			||||||
    'www.example2.com': ('alias1.example2.com', 'alias2.example2.com',),
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
MULTISITE_CMS_FALLBACK = 'www.example.com'
 | 
					MULTISITE_CMS_FALLBACK = 'blog-dev2.ungleich.ch'
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#############################################
 | 
					#############################################
 | 
				
			||||||
# configurations for opennebula-integration #
 | 
					# configurations for opennebula-integration #
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue