diff options
author | Roland Reichwein <rr@antcom.de> | 2025-01-19 16:42:50 +0000 |
---|---|---|
committer | Roland Reichwein <rr@antcom.de> | 2025-01-19 16:42:50 +0000 |
commit | 7f54b359f0261ae5b70f303a2080b13dd70cd0c2 (patch) | |
tree | 8486ff0d5e9748d1dc611cbc0b50ad2e0baf25a7 /debian/README.Debian | |
parent | 843ba599dba0c250d18dce724ac4c963fb29190d (diff) |
Fix debian package
Diffstat (limited to 'debian/README.Debian')
-rw-r--r-- | debian/README.Debian | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/debian/README.Debian b/debian/README.Debian index 54311ff..44f14a4 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -3,3 +3,10 @@ MIDIPLAY in Debian Debian package of midiplay - a hardware-software solution for MIDI and/or audio player including clock, web interface + +To enable: + +Replace the link default in /etc/nginx/sites-enabled with a link pointing to /etc/nginx/sites-available/midiplay: + +# rm /etc/nginx/sites-enabled/default +# ln -s /etc/nginx/sites-available/midiplay /etc/nginx/sites-enabled/midiplay |