2024-12-15 23:42:32 +07:00
|
|
|
# works
|
2025-01-12 20:15:37 +07:00
|
|
|
Main site of the Svoboda organisation
|
2024-12-15 23:42:32 +07:00
|
|
|
|
2025-01-12 20:15:37 +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;`
|