pub.solar: use /os/download/ for PubSolarOS images
This commit is contained in:
parent
77d3b10fef
commit
d79cc27c90
|
@ -5,14 +5,15 @@
|
|||
}
|
||||
|
||||
pub.solar {
|
||||
log {
|
||||
output stderr
|
||||
}
|
||||
# Uncomment for debugging
|
||||
#log {
|
||||
# output stderr
|
||||
#}
|
||||
|
||||
# PubSolarOS images
|
||||
handle /os/* {
|
||||
handle /os/download/* {
|
||||
root * /srv
|
||||
file_server /os/* browse
|
||||
file_server /os/download/* browse
|
||||
}
|
||||
|
||||
# serve base domain pub.solar for mastodon.pub.solar
|
||||
|
|
Loading…
Reference in a new issue