mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
462acd0229
- add nginx sites - add setup script (untested**)
4 lines
104 B
Plaintext
4 lines
104 B
Plaintext
server { listen 8900;
|
|
|
|
location /images/ { root /home/cwilvx/.musicx/; autoindex on; sendfile on; } }
|