fix: owncast websockets, forgejo max body size in nginx #38
|
@ -8,9 +8,11 @@
|
|||
services.nginx.virtualHosts."stream.pub.solar" = {
|
||||
enableACME = true;
|
||||
forceSSL = true;
|
||||
locations."/".proxyPass = "http://127.0.0.1:5000";
|
||||
locations."/" = {
|
||||
proxyPass = "http://127.0.0.1:5000";
|
||||
proxyWebsockets = true;
|
||||
};
|
||||
};
|
||||
|
||||
# Owncast
|
||||
services.owncast = {
|
||||
|
|
Loading…
Reference in a new issue