services/nginx-pages: readd help.studentsforfuture.info

keep-around/f125de83421adf6732027b366381ba98aac9b56c
octycs 2021-09-14 22:17:37 +02:00 committed by schweby
parent 56cbb7601b
commit f125de8342
1 changed files with 8 additions and 0 deletions

View File

@ -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" = {