fixed port for filerun
This commit is contained in:
parent
5cfde2d467
commit
52aa56f377
3 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
"drive.ryot.foo" = {
|
"drive.ryot.foo" = {
|
||||||
useACMEHost = "ryot.foo";
|
useACMEHost = "ryot.foo";
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
reverse_proxy http://localhost:8282 {
|
reverse_proxy http://localhost:8181 {
|
||||||
header_up Host {host}
|
header_up Host {host}
|
||||||
# header_up X-Forwarded-For {remote}
|
# header_up X-Forwarded-For {remote}
|
||||||
# header_up X-Forwarded-Proto {scheme}
|
# header_up X-Forwarded-Proto {scheme}
|
||||||
|
|
|
@ -59,7 +59,7 @@ in
|
||||||
"/pool/filerun/user-files:/user-files:rw"
|
"/pool/filerun/user-files:/user-files:rw"
|
||||||
];
|
];
|
||||||
ports = [
|
ports = [
|
||||||
"8282:80/tcp"
|
"8181:80/tcp"
|
||||||
];
|
];
|
||||||
dependsOn = [
|
dependsOn = [
|
||||||
"filerun-db"
|
"filerun-db"
|
||||||
|
|
BIN
secrets.nix
BIN
secrets.nix
Binary file not shown.
Loading…
Add table
Reference in a new issue