From 4a0d260bbb8c67846119cd9b665cd4ad09c9c980 Mon Sep 17 00:00:00 2001 From: Kooldude183 <33386263+Kooldude183@users.noreply.github.com> Date: Sat, 23 Jan 2021 19:41:13 -0800 Subject: [PATCH] Fix typo in mounts.md --- guides/mounts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/mounts.md b/guides/mounts.md index 66700f5c..efc9f499 100644 --- a/guides/mounts.md +++ b/guides/mounts.md @@ -4,7 +4,7 @@ Mounts can be used to make directories on a node available to servers running on ## Wings Configuration -For security reasons it is not possible to mount direcotries on a node by default. Directories that should be mountable have to be specified explicitly in the Wings configuration. +For security reasons it is not possible to mount directories on a node by default. Directories that should be mountable have to be specified explicitly in the Wings configuration. In the Wings configuration file (`/etc/pterodactyl/config.yml`) the `allowed_mounts` field is used to list mountable directories. The listed directories and all their subdirectories can be mounted.