From f125de83421adf6732027b366381ba98aac9b56c Mon Sep 17 00:00:00 2001 From: octycs Date: Tue, 14 Sep 2021 22:17:37 +0200 Subject: [PATCH] services/nginx-pages: readd help.studentsforfuture.info --- services/nginx-pages.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/services/nginx-pages.nix b/services/nginx-pages.nix index 87899e0..c76f354 100644 --- a/services/nginx-pages.nix +++ b/services/nginx-pages.nix @@ -24,6 +24,14 @@ in { proxy_set_header Host 'hacc.4future.dev'; ''; }; + "help.studentsforfuture.info" = { + enableACME = true; + forceSSL = true; + locations."/".extraConfig = '' + proxy_pass "http://${config.containers.gitlab.localAddress}:8090/pcs-docs/"; + proxy_set_header Host 'studentsforfuture.4future.dev'; + ''; + }; }; security.acme.certs."infra4future.de" = {