added podgrab rout
This commit is contained in:
parent
3b987a4817
commit
c936b67172
|
@ -41,6 +41,15 @@
|
|||
};
|
||||
};
|
||||
|
||||
virtualHosts."podgrab.lauterer.it" = {
|
||||
forceSSL = true;
|
||||
useACMEHost = config.networking.domain;
|
||||
locations."/" = {
|
||||
proxyWebsockets = true;
|
||||
proxyPass = "http://100.84.215.84:4242";
|
||||
};
|
||||
basicAuthFile = config.sops.secrets."nginx/defaultpass".path;
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue