owncast: fix nginx fancyindex

This commit is contained in:
Astro 2022-12-12 21:20:41 +01:00
parent 49b6b5dc4d
commit bfae8d96d5
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
{ config, ... }:
{ config, pkgs, ... }:
{
deployment = {
@ -27,6 +27,7 @@
recommendedOptimisation = true;
recommendedTlsSettings = true;
recommendedGzipSettings = true;
additionalModules = [ pkgs.nginxModules.fancyindex ];
virtualHosts."owncast.c3d2.de" = {
default = true;
forceSSL = true;