parsons/nginx-pages: add muc.hacc.earth hacc

keep-around/fd9e8941c77dea75114f839693f63a813b2d391b
hexchen 2021-08-18 18:56:05 +00:00
parent 35cd963f8c
commit 7dbc22929b
1 changed files with 8 additions and 0 deletions

View File

@ -16,6 +16,14 @@ in {
forceSSL = true;
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" = {