mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-15 22:41:52 +03:00
123
This commit is contained in:
@@ -118,17 +118,6 @@ in
|
|||||||
# };
|
# };
|
||||||
# };
|
# };
|
||||||
};
|
};
|
||||||
};
|
|
||||||
caddy = {
|
|
||||||
enable = true;
|
|
||||||
virtualHosts = {
|
|
||||||
"collabora.zeroq.ru".extraConfig = ''
|
|
||||||
reverse_proxy http://100.64.0.0:8890 {
|
|
||||||
# Required to circumvent bug of Onlyoffice loading mixed non-https content
|
|
||||||
header_up X-Forwarded-Proto https
|
|
||||||
}
|
|
||||||
'';
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
security.acme = {
|
security.acme = {
|
||||||
|
|||||||
Reference in New Issue
Block a user