fix: owncast websockets, forgejo max body size in nginx #38

Merged
teutat3s merged 4 commits from fix-owncast into main 2023-10-29 22:12:21 +00:00
Showing only changes of commit 9898e35208 - Show all commits

View file

@ -8,8 +8,10 @@
services.nginx.virtualHosts."stream.pub.solar" = {
enableACME = true;
forceSSL = true;
locations."/".proxyPass = "http://127.0.0.1:5000";
proxyWebsockets = true;
locations."/" = {
proxyPass = "http://127.0.0.1:5000";
proxyWebsockets = true;
};
};
# Owncast