Update pkgbuild and nginx to serve static
This commit is contained in:
parent
4157e20376
commit
ab35d774dc
2 changed files with 9 additions and 0 deletions
|
@ -8,4 +8,8 @@ server {
|
|||
|
||||
proxy_pass http://unix:/run/nummi/nummi.socket;
|
||||
}
|
||||
|
||||
location /static {
|
||||
alias /srv/nummi;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue