works/README.md

14 lines
327 B
Markdown
Raw Permalink Normal View History

2024-12-15 23:42:32 +07:00
# works
Main site of the Svoboda organisation
2024-12-15 23:42:32 +07:00
## 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`<br>
`application/javascript js;` -> `application/javascript js mjs;`