mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-07 01:27:21 +01:00
feat: bootstrap winters
This commit is contained in:
parent
713af5d722
commit
f376490aee
8 changed files with 382 additions and 355 deletions
|
|
@ -19,7 +19,7 @@
|
|||
services.jellyfin = {
|
||||
enable = true;
|
||||
user = "jellyfin";
|
||||
# openFirewall = true; # this works only for the default ports
|
||||
openFirewall = true; # this works only for the default ports
|
||||
};
|
||||
|
||||
services.nginx = {
|
||||
|
|
@ -30,7 +30,7 @@
|
|||
acmeRoot = null;
|
||||
locations = {
|
||||
"/" = {
|
||||
proxyPass = "http://192.168.1.16:8096";
|
||||
proxyPass = "http://192.168.1.2:8096";
|
||||
extraConfig = ''
|
||||
client_max_body_size 0;
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue