changed message in hello container

This commit is contained in:
Jakub Dorfman 2026-04-20 01:48:22 +02:00
parent c7c261332e
commit 367115508e

View file

@ -16,7 +16,7 @@
enable = true;
virtualHosts."localhost" = {
# Return a 200 OK directly from nginx
locations."/".return = "200 'Hello world!'";
locations."/".return = "200 'Hello Fuckers I own this now!'";
locations."/".extraConfig = ''
default_type text/plain;
'';