2022-03-05 14:58:49 +00:00
|
|
|
# assuming the dist repo lives at /srv/http/lavender.software
|
|
|
|
|
|
|
|
location / {
|
2022-03-05 17:45:24 +00:00
|
|
|
root /srv/http/lavender.software/;
|
|
|
|
|
2022-03-05 20:28:54 +00:00
|
|
|
location = /webring/data.json {
|
2022-03-05 17:45:24 +00:00
|
|
|
add_header Access-Control-Allow-Origin *;
|
|
|
|
}
|
2022-03-05 14:58:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
error_page 404 /404.html
|