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; enable = true;
virtualHosts."localhost" = { virtualHosts."localhost" = {
# Return a 200 OK directly from nginx # Return a 200 OK directly from nginx
locations."/".return = "200 'Hello world!'"; locations."/".return = "200 'Hello Fuckers I own this now!'";
locations."/".extraConfig = '' locations."/".extraConfig = ''
default_type text/plain; default_type text/plain;
''; '';