serve old easterhegg pages from public-web-static host #2

Merged
june merged 1 commit from eh into main 2024-03-30 20:33:35 +01:00
Owner
No description provided.
c6ristian changed title from WIP: serve old easterhegg pages from public-web-static host to serve old easterhegg pages from public-web-static host 2024-02-20 22:45:53 +01:00
june requested changes 2024-03-06 20:11:17 +01:00
Dismissed
@ -0,0 +33,4 @@
proxyProtocol = true;
}];
locations."/" = { return = "302 https://eh03.easterhegg.eu"; };
Owner

Hier und bei allen anderen EHs kann direkt locations."/".return = "302 https://eh03.easterhegg.eu"; stehen.

Hier und bei allen anderen EHs kann direkt `locations."/".return = "302 https://eh03.easterhegg.eu";` stehen.
Author
Owner

It's now changed.

It's now changed.
c6ristian marked this conversation as resolved
june requested changes 2024-03-06 21:09:09 +01:00
Dismissed
@ -0,0 +77,4 @@
root = pkgs.buildEnv {
name = "eh05";
paths = [
Owner

Let's do the paths list as in eh03, so just paths = [ eh05 ];

Let's do the paths list as in eh03, so just `paths = [ eh05 ];`
june marked this conversation as resolved
june requested changes 2024-03-29 14:42:14 +01:00
Dismissed
june left a comment
Owner

Everything else looks good tho!

Everything else looks good tho!
@ -0,0 +98,4 @@
'';
};
};
services.nginx.appendHttpConfig = ''
Owner

This can be removed.

This can be removed.
c6ristian marked this conversation as resolved
Owner

And then just squash all the commits into one please, thanks!

And then just squash all the commits into one please, thanks!
june approved these changes 2024-03-30 20:33:29 +01:00
june left a comment
Owner

Looks good now, thanks!

Looks good now, thanks!
june merged commit 6a0218c132 into main 2024-03-30 20:33:35 +01:00
june deleted branch eh 2024-03-30 20:33:35 +01:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: CCCHH/nix-infra#2
No description provided.