This commit is contained in:
2025-09-19 17:29:01 +03:00
parent aa64e1761b
commit 1314bd6aca
3 changed files with 16 additions and 2 deletions
+1 -1
View File
@@ -86,7 +86,7 @@
port = 9980;
settings = {
# Rely on reverse proxy for SSL
server_name = "100.64.0.0";
server_name = "collabora.zeroq.ru";
ssl = {
enable = false;
termination = true;
+14
View File
@@ -27,6 +27,20 @@
}
];
};
"localhost:9980" = {
forceSSL = false;
enableACME = false;
listen = [
{
addr = "100.64.0.0";
port = 10000;
}
{
addr = "192.168.1.20";
port = 10000;
}
];
};
};
};
};
+1 -1
View File
@@ -16,7 +16,7 @@ in
recommendedProxySettings = true;
recommendedTlsSettings = true;
virtualHosts = {
"collabora.zeroq.ru" = {
"collabora.zeroq.ru" = {
enableACME = true;
forceSSL = true;
locations."/" = {