This commit is contained in:
2025-09-24 20:11:02 +03:00
parent 07255eb42e
commit 9eb1b8cc00
+12
View File
@@ -16,6 +16,18 @@ in
recommendedProxySettings = true;
recommendedTlsSettings = true;
virtualHosts = {
"whiteboard.zeroq.ru" = {
forceSSL = true;
enableACME = true;
kTLS = true;
locations."/" = {
proxyPass = "http://${server}:3002";
proxyWebsockets = true;
};
extraConfig = ''
client_max_body_size 5G;
'';
};
"flux.zeroq.ru" = {
forceSSL = true;
enableACME = true;