Update pkgbuild and nginx to serve static

This commit is contained in:
Edgar P. Burkhart 2022-05-21 17:53:07 +02:00
parent 4157e20376
commit ab35d774dc
Signed by: edpibu
GPG key ID: 9833D3C5A25BD227
2 changed files with 9 additions and 0 deletions

View file

@ -8,4 +8,8 @@ server {
proxy_pass http://unix:/run/nummi/nummi.socket;
}
location /static {
alias /srv/nummi;
}
}