about summary refs log tree commit diff
path: root/nixos/modules/services/web-apps
diff options
context:
space:
mode:
authorAlexander Tomokhov <alexoundos@gmail.com>2023-12-11 09:00:26 +0400
committerWeijia Wang <9713184+wegank@users.noreply.github.com>2024-04-01 19:16:30 +0200
commit8d3698e8f307890354e4321ee4adb64c8b660993 (patch)
tree7886db457e968ee0c9e1154c7853528e2db631bd /nixos/modules/services/web-apps
parent552043a34dcf84a327295a30b92034292f4d8975 (diff)
nixos/castopod: little documentation fix
Diffstat (limited to 'nixos/modules/services/web-apps')
-rw-r--r--nixos/modules/services/web-apps/castopod.nix7
1 files changed, 4 insertions, 3 deletions
diff --git a/nixos/modules/services/web-apps/castopod.nix b/nixos/modules/services/web-apps/castopod.nix
index f195482a04503..23206ad6c3fdb 100644
--- a/nixos/modules/services/web-apps/castopod.nix
+++ b/nixos/modules/services/web-apps/castopod.nix
@@ -126,9 +126,10 @@ in
           Maximum supported size for a file upload in. Maximum HTTP body
           size is set to this value for nginx and PHP (because castopod doesn't
           support chunked uploads yet:
-          https://code.castopod.org/adaures/castopod/-/issues/330). Note, that
-          practical upload size limit is smaller. For example, with 512 MiB
-          setting - around 500 MiB is possible.
+          https://code.castopod.org/adaures/castopod/-/issues/330).
+
+          Note, that practical upload size limit is smaller. For example, with
+          512 MiB setting - around 500 MiB is possible.
         '';
       };
     };