fix vikunja, mastodon and bit of refactoring
This commit is contained in:
parent
3fd6838367
commit
5eb540281d
7 changed files with 66 additions and 55 deletions
|
|
@ -2,6 +2,7 @@
|
|||
{
|
||||
services.nginx = {
|
||||
enable = true;
|
||||
recommendedProxySettings = true;
|
||||
|
||||
virtualHosts = {
|
||||
"pve.infra.cdaut.de" = {
|
||||
|
|
@ -18,6 +19,21 @@
|
|||
proxyPass = "http://10.0.0.1:80";
|
||||
};
|
||||
};
|
||||
"puppyplaypissparty.de" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/" = {
|
||||
proxyPass = "https://10.0.0.4";
|
||||
extraConfig = "proxy_ssl_verify off;";
|
||||
};
|
||||
};
|
||||
"tasks.cdaut.de" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://10.0.0.5:3456";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue