disabled firefly + jellyfin proxy
This commit is contained in:
parent
b19659fa4c
commit
b3de19aed1
@ -61,7 +61,7 @@
|
||||
shiori.enable = true;
|
||||
sonarr.enable = false;
|
||||
vaultwarden.enable = true;
|
||||
firefly-iii.enable = true;
|
||||
firefly-iii.enable = false;
|
||||
};
|
||||
};
|
||||
networking = {
|
||||
|
||||
@ -67,7 +67,7 @@ in {
|
||||
|
||||
location = /web/ {
|
||||
# Proxy main Jellyfin traffic
|
||||
proxy_pass 192.168.1.69:8096/web/index.html;
|
||||
proxy_pass http://192.168.1.69:8096/web/index.html;
|
||||
proxy_set_header Host $host;
|
||||
proxy_set_header X-Real-IP $remote_addr;
|
||||
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user