mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-04 12:33:03 +00:00
462acd0229
- add nginx sites - add setup script (untested**)
4 lines
90 B
Plaintext
4 lines
90 B
Plaintext
server { listen 8901;
|
|
|
|
location / { root /home/cwilvx/; autoindex on; sendfile off; } }
|