Remove ipv6 shit
This commit is contained in:
		
							parent
							
								
									52ce43e9a5
								
							
						
					
					
						commit
						080b75d7e0
					
				
					 1 changed files with 1 additions and 11 deletions
				
			
		| 
						 | 
				
			
			@ -68,21 +68,11 @@ in {
 | 
			
		|||
            port = 443;
 | 
			
		||||
            ssl = true;
 | 
			
		||||
          }
 | 
			
		||||
          {
 | 
			
		||||
            addr = "[::]";
 | 
			
		||||
            port = 443;
 | 
			
		||||
            ssl = true;
 | 
			
		||||
          }
 | 
			
		||||
          {
 | 
			
		||||
            addr = "0.0.0.0";
 | 
			
		||||
            port = 8448;
 | 
			
		||||
            ssl = true;
 | 
			
		||||
          }
 | 
			
		||||
          {
 | 
			
		||||
            addr = "[::]";
 | 
			
		||||
            port = 8448;
 | 
			
		||||
            ssl = true;
 | 
			
		||||
          }
 | 
			
		||||
        ];
 | 
			
		||||
 | 
			
		||||
        locations."/_matrix/" = {
 | 
			
		||||
| 
						 | 
				
			
			@ -126,7 +116,7 @@ in {
 | 
			
		|||
    upstreams = {
 | 
			
		||||
      "backend_conduit" = {
 | 
			
		||||
        servers = {
 | 
			
		||||
          "[::1]:${toString config.services.matrix-conduit.settings.global.port}" = {};
 | 
			
		||||
          "[0.0.0.0]:${toString config.services.matrix-conduit.settings.global.port}" = {};
 | 
			
		||||
        };
 | 
			
		||||
      };
 | 
			
		||||
    };
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue