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
2 changed files with 2 additions and 0 deletions
Showing only changes of commit e28cedb274 - Show all commits

View file

@ -9,6 +9,7 @@
enableACME = true; enableACME = true;
forceSSL = true; forceSSL = true;
locations."/".proxyPass = "http://127.0.0.1:5000"; locations."/".proxyPass = "http://127.0.0.1:5000";
proxyWebsockets = true;
}; };
# Owncast # Owncast

View file

@ -16,6 +16,7 @@
./apps/mailman.nix ./apps/mailman.nix
./apps/mastodon.nix ./apps/mastodon.nix
./apps/nextcloud.nix ./apps/nextcloud.nix
./apps/owncast.nix
./apps/nginx-mastodon.nix ./apps/nginx-mastodon.nix
./apps/nginx-mastodon-files.nix ./apps/nginx-mastodon-files.nix
./apps/nginx-website.nix ./apps/nginx-website.nix