Also listen on "::1"
This commit is contained in:
		
					parent
					
						
							
								5813640e73
							
						
					
				
			
			
				commit
				
					
						05883ca9a6
					
				
			
		
					 1 changed files with 20 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -3,6 +3,26 @@
 | 
			
		|||
  services.matrix-synapse = {
 | 
			
		||||
    enable = true;
 | 
			
		||||
    settings = {
 | 
			
		||||
      listeners = [{
 | 
			
		||||
        port = 8008;
 | 
			
		||||
        bind_addresses = [
 | 
			
		||||
          "::1"
 | 
			
		||||
          "127.0.0.1"
 | 
			
		||||
        ];
 | 
			
		||||
        type = "http";
 | 
			
		||||
        tls = false;
 | 
			
		||||
        x_forwarded = true;
 | 
			
		||||
        resources = [
 | 
			
		||||
          {
 | 
			
		||||
            compress = true;
 | 
			
		||||
            names = [ "client" ];
 | 
			
		||||
          }
 | 
			
		||||
          {
 | 
			
		||||
            compress = false;
 | 
			
		||||
            names = [ "federation" ];
 | 
			
		||||
          }
 | 
			
		||||
        ];
 | 
			
		||||
      }];
 | 
			
		||||
      server_name = "nekover.se";
 | 
			
		||||
      public_baseurl = "https://matrix.nekover.se";
 | 
			
		||||
      database = {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue