mirror of
https://github.com/tcsenpai/swingmusic.git
synced 2025-06-20 18:00:34 +00:00
4 lines
90 B
Plaintext
4 lines
90 B
Plaintext
server { listen 8901;
|
|
|
|
location / { root /home/cwilvx/; autoindex on; sendfile off; } }
|