mirror of
https://github.com/YunoHost-Apps/navidrome_ynh.git
synced 2024-09-03 19:46:30 +02:00
Fix
This commit is contained in:
parent
b9819d7ede
commit
c51cb8f478
2 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
# Load configurations from an external config file
|
||||
ConfigFile = "/var/lib/navidrome/navidrome.toml"
|
||||
ConfigFile = "__DATADIR__/navidrome.toml"
|
||||
|
||||
# Log level. Useful for troubleshooting. Possible values: error, info, debug, trace
|
||||
LogLevel = "INFO"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#sub_path_only rewrite ^__PATH__$ __PATH__/ permanent;
|
||||
location __PATH__/ {
|
||||
|
||||
proxy_pass http://127.0.0.1:__PORT__;
|
||||
proxy_pass http://127.0.0.1:__PORT__/;
|
||||
proxy_redirect off;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
|
|
Loading…
Add table
Reference in a new issue