1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/airsonic_ynh.git synced 2024-09-03 18:06:14 +02:00
This commit is contained in:
Éric Gaspar 2023-04-10 17:29:23 +02:00
parent 13c82ab71c
commit 1be0d1cc22
2 changed files with 1 additions and 6 deletions

View file

@ -1,8 +1,6 @@
# source of config file: https://airsonic.github.io/docs/proxy/nginx/
# adapted for YunoHost
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
location __PATH__/ {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_http_version 1.1;

View file

@ -1,6 +1,3 @@
# source file https://raw.githubusercontent.com/airsonic/airsonic/master/contrib/airsonic.service
# install documentation : https://airsonic.github.io/docs/install/war-standalone/
[Unit]
Description=__APP__ Media Server
After=remote-fs.target network.target