| 
				
			 | 
			
			
				@@ -408,6 +408,9 @@ function peertube_setup_web { 
			 | 
		
	
		
			
			| 
				408
			 | 
			
				408
			 | 
			
			
				     echo '  }' >> $peertube_nginx_file 
			 | 
		
	
		
			
			| 
				409
			 | 
			
				409
			 | 
			
			
				     echo '}' >> $peertube_nginx_file 
			 | 
		
	
		
			
			| 
				410
			 | 
			
				410
			 | 
			
			
				  
			 | 
		
	
		
			
			| 
				
			 | 
			
				411
			 | 
			
			
				+    # CSP currently causes an error 
			 | 
		
	
		
			
			| 
				
			 | 
			
				412
			 | 
			
			
				+    sed -i '/Content-Security-Policy/d' $peertube_nginx_file 
			 | 
		
	
		
			
			| 
				
			 | 
			
				413
			 | 
			
			
				+ 
			 | 
		
	
		
			
			| 
				411
			 | 
			
				414
			 | 
			
			
				     function_check create_site_certificate 
			 | 
		
	
		
			
			| 
				412
			 | 
			
				415
			 | 
			
			
				     create_site_certificate $PEERTUBE_DOMAIN_NAME 'yes' 
			 | 
		
	
		
			
			| 
				413
			 | 
			
				416
			 | 
			
			
				  
			 |