mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-15 22:41:52 +03:00
123P
This commit is contained in:
@@ -86,7 +86,7 @@
|
|||||||
port = 9980;
|
port = 9980;
|
||||||
settings = {
|
settings = {
|
||||||
# Rely on reverse proxy for SSL
|
# Rely on reverse proxy for SSL
|
||||||
server_name = "100.64.0.0";
|
server_name = "collabora.zeroq.ru";
|
||||||
ssl = {
|
ssl = {
|
||||||
enable = false;
|
enable = false;
|
||||||
termination = true;
|
termination = true;
|
||||||
|
|||||||
@@ -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;
|
||||||
|
}
|
||||||
|
];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ in
|
|||||||
recommendedProxySettings = true;
|
recommendedProxySettings = true;
|
||||||
recommendedTlsSettings = true;
|
recommendedTlsSettings = true;
|
||||||
virtualHosts = {
|
virtualHosts = {
|
||||||
"collabora.zeroq.ru" = {
|
"collabora.zeroq.ru" = {
|
||||||
enableACME = true;
|
enableACME = true;
|
||||||
forceSSL = true;
|
forceSSL = true;
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
|
|||||||
Reference in New Issue
Block a user