changed message in hello container
This commit is contained in:
parent
c7c261332e
commit
367115508e
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue