feat(www/tazj.in): Add a temporary route for serving static blobs
Until I come up with a better idea. Change-Id: Ie44cae4c2df264cbe1a70f5ebcca814262dd2800 Reviewed-on: https://cl.tvl.fyi/c/depot/+/2771 Reviewed-by: tazjin <mail@tazj.in> Tested-by: BuildkiteCI
This commit is contained in:
parent
23d8e89f03
commit
5111d9d493
1 changed files with 5 additions and 0 deletions
|
|
@ -23,6 +23,11 @@
|
||||||
|
|
||||||
try_files $uri $uri.html $uri/ =404;
|
try_files $uri $uri.html $uri/ =404;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
# Temporary place for serving static files.
|
||||||
|
location /blobs/ {
|
||||||
|
alias /var/lib/tazjins-blobs/;
|
||||||
|
}
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue