services/nginx-pages: readd help.studentsforfuture.info
This commit is contained in:
parent
56cbb7601b
commit
f125de8342
1 changed files with 8 additions and 0 deletions
|
@ -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" = {
|
||||
|
|
Loading…
Reference in a new issue