serve old easterhegg pages from public-web-static host #2
Loading…
Reference in a new issue
No description provided.
Delete branch "eh"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
WIP: serve old easterhegg pages from public-web-static hostto serve old easterhegg pages from public-web-static host4d719a1766
to27e2cc3c09
@ -0,0 +33,4 @@
proxyProtocol = true;
}];
locations."/" = { return = "302 https://eh03.easterhegg.eu"; };
Hier und bei allen anderen EHs kann direkt
locations."/".return = "302 https://eh03.easterhegg.eu";
stehen.It's now changed.
27e2cc3c09
to89a3c9ad46
89a3c9ad46
to2a19c77eed
2a19c77eed
to2b20d8dfc4
@ -0,0 +77,4 @@
root = pkgs.buildEnv {
name = "eh05";
paths = [
Let's do the paths list as in eh03, so just
paths = [ eh05 ];
8e37d11880
to459077e243
459077e243
to784b7ebf89
Everything else looks good tho!
@ -0,0 +98,4 @@
'';
};
};
services.nginx.appendHttpConfig = ''
This can be removed.
And then just squash all the commits into one please, thanks!
00698071bb
tof711193d13
f711193d13
to6a0218c132
Looks good now, thanks!