Enable reverse proxy for immich
This commit is contained in:
parent
f5091547bb
commit
d122f9061a
1 changed files with 11 additions and 11 deletions
|
@ -36,17 +36,17 @@
|
||||||
proxyPass = "http://localhost:${builtins.toString config.services.invidious.port}";
|
proxyPass = "http://localhost:${builtins.toString config.services.invidious.port}";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
# "photos.aciceri.dev" = {
|
"photos.aciceri.dev" = {
|
||||||
# extraConfig = ''
|
extraConfig = ''
|
||||||
# client_max_body_size 50000M;
|
client_max_body_size 50000M;
|
||||||
# '';
|
'';
|
||||||
# forceSSL = true;
|
forceSSL = true;
|
||||||
# enableACME = true;
|
enableACME = true;
|
||||||
# locations."/" = {
|
locations."/" = {
|
||||||
# proxyPass = "http://localhost:2283";
|
proxyPass = "http://localhost:8080";
|
||||||
# proxyWebsockets = true;
|
proxyWebsockets = true;
|
||||||
# };
|
};
|
||||||
# };
|
};
|
||||||
|
|
||||||
# "jellyfin.aciceri.dev" = {
|
# "jellyfin.aciceri.dev" = {
|
||||||
# forceSSL = true;
|
# forceSSL = true;
|
||||||
|
|
Loading…
Add table
Reference in a new issue