Cleanup
This commit is contained in:
parent
c783601fa9
commit
792f2749b6
21 changed files with 160 additions and 58 deletions
8
snippets/spaceapi-nginx.j2
Normal file
8
snippets/spaceapi-nginx.j2
Normal file
|
@ -0,0 +1,8 @@
|
|||
# spaceapi nginx config snippet
|
||||
|
||||
location = /statejson {
|
||||
proxy_pass http://localhost:8888;
|
||||
include proxy_params;
|
||||
add_header 'Access-Control-Allow-Origin' '*';
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue