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 added 1 commit 2024-02-19 00:43:55 +01:00
c6ristian added 1 commit 2024-02-20 22:28:12 +01:00
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
c6ristian force-pushed eh from 4d719a1766 to 27e2cc3c09 2024-02-24 22:55:52 +01:00 Compare
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
c6ristian force-pushed eh from 27e2cc3c09 to 89a3c9ad46 2024-03-06 20:44:43 +01:00 Compare
c6ristian force-pushed eh from 89a3c9ad46 to 2a19c77eed 2024-03-06 20:46:42 +01:00 Compare
c6ristian force-pushed eh from 2a19c77eed to 2b20d8dfc4 2024-03-06 20:47:47 +01:00 Compare
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
c6ristian force-pushed eh from 8e37d11880 to 459077e243 2024-03-10 19:44:27 +01:00 Compare
c6ristian force-pushed eh from 459077e243 to 784b7ebf89 2024-03-10 21:35:40 +01:00 Compare
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!
c6ristian force-pushed eh from 00698071bb to f711193d13 2024-03-29 16:12:07 +01:00 Compare
c6ristian force-pushed eh from f711193d13 to 6a0218c132 2024-03-29 16:16:34 +01:00 Compare
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.