12 lines
221 B
Plaintext
12 lines
221 B
Plaintext
|
# assuming the dist repo lives at /srv/http/lavender.software
|
||
|
|
||
|
location / {
|
||
|
alias /srv/http/lavender.software/;
|
||
|
}
|
||
|
|
||
|
error_page 404 /404.html
|
||
|
|
||
|
location = /webring/data.json {
|
||
|
add_header Access-Control-Allow-Origin *;
|
||
|
}
|