mirror of
https://github.com/YunoHost-Apps/airsonic_ynh.git
synced 2024-09-03 18:06:14 +02:00
fix
This commit is contained in:
parent
13c82ab71c
commit
1be0d1cc22
2 changed files with 1 additions and 6 deletions
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue