mirror of
https://github.com/oqyude/nixos.git
synced 2026-08-09 08:03:16 +03:00
test
This commit is contained in:
@@ -94,25 +94,15 @@ in
|
||||
client_max_body_size 5G;
|
||||
'';
|
||||
};
|
||||
"talk.private" = {
|
||||
forceSSL = false;
|
||||
enableACME = false;
|
||||
listen = [
|
||||
{
|
||||
addr = "127.0.0.1";
|
||||
port = 7880;
|
||||
}
|
||||
];
|
||||
};
|
||||
"talk.home.arpa" = {
|
||||
forceSSL = true;
|
||||
enableACME = true;
|
||||
locations = {
|
||||
"/" = {
|
||||
proxyPass = "http://127.0.0.1:7880";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
# locations = {
|
||||
# "/" = {
|
||||
# proxyPass = "http://127.0.0.1:7880";
|
||||
# proxyWebsockets = true;
|
||||
# };
|
||||
# };
|
||||
extraConfig = ''
|
||||
client_max_body_size 5G;
|
||||
'';
|
||||
|
||||
Reference in New Issue
Block a user