hosts/web-2: fix data type of meowing
This commit is contained in:
		@@ -10,9 +10,9 @@
 | 
				
			|||||||
      enableACME = true;
 | 
					      enableACME = true;
 | 
				
			||||||
      forceSSL = true;
 | 
					      forceSSL = true;
 | 
				
			||||||
      locations."/" = {
 | 
					      locations."/" = {
 | 
				
			||||||
        return = ''200 "meow"'';
 | 
					        return = ''200 "meow\n"'';
 | 
				
			||||||
        extraConfig = ''
 | 
					        extraConfig = ''
 | 
				
			||||||
          add_header Content-Type text/plain;
 | 
					          types { } default_type "text/plain; charset=utf-8";
 | 
				
			||||||
        '';
 | 
					        '';
 | 
				
			||||||
      };
 | 
					      };
 | 
				
			||||||
    };
 | 
					    };
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user