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

This commit is contained in:
hexchen 2021-08-18 18:56:05 +00:00
parent baf7d35013
commit 34f761f1aa

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" = {