Merge branch 'add-help-studentsforfuture-info' into 'main'

Add help.studentsforfuture.info again

See merge request hacc/infra/haccfiles!79
keep-around/6f335e9b75e2dd7b866eac53832b938044f74509
Markus A 2021-09-18 21:57:37 +00:00
commit 6f335e9b75
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" = {