feat(sgx): add opencode web server
This commit is contained in:
parent
f74928ce5f
commit
0989b8ae46
4 changed files with 60 additions and 0 deletions
|
|
@ -41,5 +41,17 @@
|
|||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
"opencode.sgx.hoyer.world" = {
|
||||
enableACME = false;
|
||||
useACMEHost = "internal.hoyer.world";
|
||||
forceSSL = true;
|
||||
locations."/" = {
|
||||
proxyPass = "http://127.0.0.1:4196";
|
||||
proxyWebsockets = true;
|
||||
extraConfig = ''
|
||||
proxy_buffering off;
|
||||
'';
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue