This commit is contained in:
2026-08-26 12:29:48 +02:00
parent 526dba65c0
commit fc064edeae
5 changed files with 33 additions and 29 deletions
+8 -3
View File
@@ -74,7 +74,7 @@
};
"jf.nicknase27.com" = {
extraConfig = ''
reverse_proxy storage.local:8096
reverse_proxy 10.0.0.5:8096
'';
serverAliases = ["watch.nicknase27.com"];
};
@@ -108,12 +108,17 @@
};
"storage.nicknase27.com" = {
extraConfig = ''
reverse_proxy storage.local:80
reverse_proxy 10.0.0.5:80
'';
};
"photos.nicknase27.com" = {
extraConfig = ''
reverse_proxy storage.local:2283
reverse_proxy 10.0.0.5:2283
'';
};
"muse.nicknase27.com" = {
extraConfig = ''
reverse_proxy 10.0.0.5:30431
'';
};
};