generated from mirzaev/pot
Main site of the Svoboda organization
https://svoboda.works
Arsen Mirzaev Tatyano-Muradovich 1c6bbe3474 | ||
---|---|---|
damper.mjs@68589e968c | ||
examples/nginx | ||
graph.mjs@0300f33765 | ||
hotline.mjs@81aca40016 | ||
svoboda/works/system | ||
.gitignore | ||
LICENSE | ||
README.md | ||
composer.json | ||
install.sh |
works
Main site of the Svoboda organisation
Installation
NGINX
-
Create a NGINX server You can copy an example of server file from here:
/examples/nginx/svoboda.conf
-
Add support for javascript modules Edit the file
/etc/nginx/mime.types
application/javascript js;
->application/javascript js mjs;