Merge pull request 'fix: ensure directory for website static files gets created' (#21) from nginx-www-website-path into main
Reviewed-on: pub-solar/infra-new#21 Reviewed-by: hensoko <hensoko@gssws.de> Reviewed-by: b12f <hello@benjaminbaedorf.eu>
This commit is contained in:
commit
a35969e8e4
|
@ -20,4 +20,8 @@ in {
|
|||
};
|
||||
|
||||
networking.firewall.allowedTCPPorts = [80 443];
|
||||
|
||||
systemd.tmpfiles.rules = [
|
||||
"d '/srv/www/pub.solar' 0750 hakkonaut hakkonaut - -"
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue