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>
pull/22/head
b12f 2023-10-28 17:03:44 +02:00
commit a35969e8e4
Signed by: pub.solar gitea
GPG Key ID: F0332B04B7054873
1 changed files with 4 additions and 0 deletions

View File

@ -20,4 +20,8 @@ in {
};
networking.firewall.allowedTCPPorts = [80 443];
systemd.tmpfiles.rules = [
"d '/srv/www/pub.solar' 0750 hakkonaut hakkonaut - -"
];
}