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
|
|
@ -34,4 +34,7 @@
|
|||
createDatabase = true;
|
||||
};
|
||||
};
|
||||
|
||||
local.nginx.proxyVhosts."git.gerg-l.com" =
|
||||
"http://unix:${config.services.forgejo.settings.server.HTTP_ADDR}";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue