mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
fix from albumView to other routes bug
- add nginx sites - add setup script (untested**)
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
server { listen 8901;
|
||||
|
||||
location / { root /home/cwilvx/; autoindex on; sendfile off; } }
|
||||
@@ -0,0 +1,3 @@
|
||||
server { listen 8900;
|
||||
|
||||
location /images/ { root /home/cwilvx/.musicx/; autoindex on; sendfile on; } }
|
||||
Reference in New Issue
Block a user