Commit d6f59779 authored by Winter's avatar Winter
Browse files

nixos/nextcloud: remove extraneous nginx config directive

parent e54ddddd
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -916,7 +916,6 @@ in {
            priority = 100;
            extraConfig = ''
              allow all;
              log_not_found off;
              access_log off;
            '';
          };