Rewrite the nginx site config
This commit is contained in:
parent
4f40930dd5
commit
3e561b8474
1 changed files with 5 additions and 5 deletions
|
@ -1,11 +1,11 @@
|
|||
# assuming the dist repo lives at /srv/http/lavender.software
|
||||
|
||||
location / {
|
||||
alias /srv/http/lavender.software/;
|
||||
root /srv/http/lavender.software/;
|
||||
|
||||
location = /webring/data.json {
|
||||
add_header Access-Control-Allow-Origin *;
|
||||
}
|
||||
}
|
||||
|
||||
error_page 404 /404.html
|
||||
|
||||
location = /webring/data.json {
|
||||
add_header Access-Control-Allow-Origin *;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue