works/README.md

327 B
Executable File

works

Main site of the Svoboda organisation

Installation

NGINX

  1. Create a NGINX server You can copy an example of server file from here: /examples/nginx/svoboda.conf

  2. Add support for javascript modules Edit the file /etc/nginx/mime.types
    application/javascript js; -> application/javascript js mjs;