mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-25 21:57:00 -04:00
add prowlarr
This commit is contained in:
parent
83305c352e
commit
d55c93bfaf
3 changed files with 44 additions and 0 deletions
19
common/users/docker/prowlarr/nginx.nix
Normal file
19
common/users/docker/prowlarr/nginx.nix
Normal file
|
@ -0,0 +1,19 @@
|
|||
|
||||
{ ... }:
|
||||
{
|
||||
services = {
|
||||
nginx = {
|
||||
virtualHosts = {
|
||||
"prowlarr.sadan.zip" = {
|
||||
forceSSL = true;
|
||||
useACMEHost = "sadan.zip";
|
||||
locations = {
|
||||
"/" = {
|
||||
proxyPass = "http://localhost:9696";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue