Add kuma to nginx vhosts
This commit is contained in:
parent
5e6e638910
commit
2d1a5be02a
1 changed files with 9 additions and 0 deletions
|
@ -144,6 +144,15 @@ in
|
|||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
"uptime.le43.eu" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://192.168.1.90:3001";
|
||||
recommendedProxySettings = true;
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue