Simplify nginx on ildkule
This commit is contained in:
		@@ -4,14 +4,12 @@
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
  security.acme = {
 | 
					  security.acme = {
 | 
				
			||||||
    acceptTerms = true;
 | 
					    acceptTerms = true;
 | 
				
			||||||
    defaults.email = "danio@pvv.ntnu.no";
 | 
					    defaults.email = "drift@pvv.ntnu.no";
 | 
				
			||||||
  };
 | 
					  };
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  services.nginx = {
 | 
					  services.nginx = {
 | 
				
			||||||
    enable = true;
 | 
					    enable = true;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
    defaultListenAddresses = [ "129.241.210.187" "127.0.0.1" "127.0.0.2" "[2001:700:300:1900::187]" "[::1]" ];
 | 
					 | 
				
			||||||
 | 
					 | 
				
			||||||
    recommendedProxySettings = true;
 | 
					    recommendedProxySettings = true;
 | 
				
			||||||
    recommendedTlsSettings = true;
 | 
					    recommendedTlsSettings = true;
 | 
				
			||||||
    recommendedGzipSettings = true;
 | 
					    recommendedGzipSettings = true;
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user