Add help.studentsforfuture.info again

keep-around/86b1f884f23faa98403d54700a1412bc9421bdd0
octycs 2021-09-14 22:17:37 +02:00
parent 982546f73a
commit 86b1f884f2
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" = {