1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/navidrome_ynh.git synced 2024-09-03 19:46:30 +02:00
This commit is contained in:
ericgaspar 2022-10-17 11:53:08 +02:00
parent b9819d7ede
commit c51cb8f478
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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;