mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-06-24 21:27:01 -04:00
forgot qbit nginx module
This commit is contained in:
parent
2a42dee7bd
commit
1414a69553
1 changed files with 20 additions and 0 deletions
|
@ -0,0 +1,20 @@
|
||||||
|
{ ... }:
|
||||||
|
{
|
||||||
|
services = {
|
||||||
|
nginx = {
|
||||||
|
virtualHosts = {
|
||||||
|
"qbit.sadan.zip" = {
|
||||||
|
forceSSL = true;
|
||||||
|
useACMEHost = "sadan.zip";
|
||||||
|
locations = {
|
||||||
|
"/" = {
|
||||||
|
proxyPass = "http://localhost:3456";
|
||||||
|
proxyWebsockets = true;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue