mirror of
https://github.com/Gerg-L/nixos.git
synced 2025-12-10 00:43:56 -05:00
nginx: make options for vhosts
This commit is contained in:
parent
355b092cf2
commit
899738705e
7 changed files with 71 additions and 92 deletions
|
|
@ -14,4 +14,7 @@
|
|||
port = 2283;
|
||||
host = "0.0.0.0";
|
||||
};
|
||||
|
||||
local.nginx.proxyVhosts."photos.gerg-l.com" =
|
||||
"http://localhost:${toString config.services.immich.port}";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue