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

Add help.studentsforfuture.info again

See merge request hacc/infra/haccfiles!79
keep-around/96f16d982684c806374916dc1b9062799f973b47
Markus A 2021-09-28 19:25:08 +00:00
commit 96f16d9826
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" = {