parsons/nginx-pages: add muc.hacc.earth hacc
This commit is contained in:
parent
35cd963f8c
commit
7dbc22929b
1 changed files with 8 additions and 0 deletions
|
@ -16,6 +16,14 @@ in {
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
locations."/".proxyPass = "http://${config.containers.gitlab.localAddress}:8090";
|
locations."/".proxyPass = "http://${config.containers.gitlab.localAddress}:8090";
|
||||||
};
|
};
|
||||||
|
"muc.hacc.earth" = {
|
||||||
|
enableACME = true;
|
||||||
|
forceSSL = true;
|
||||||
|
locations."/".extraConfig = ''
|
||||||
|
proxy_pass "http://${config.containers.gitlab.localAddress}:8090/infra4future/muc.hacc.earth/";
|
||||||
|
proxy_set_header Host 'hacc.4future.dev';
|
||||||
|
'';
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
security.acme.certs."infra4future.de" = {
|
security.acme.certs."infra4future.de" = {
|
||||||
|
|
Loading…
Reference in a new issue