From b3f7776fe4814a5e40461d3527ac968cdc432d65 Mon Sep 17 00:00:00 2001 From: josh4trunks Date: Thu, 19 Mar 2015 00:34:29 -0700 Subject: [PATCH] Update serving_static_files_configuration.rst --- .../serving_static_files_configuration.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/admin_manual/configuration_files/serving_static_files_configuration.rst b/admin_manual/configuration_files/serving_static_files_configuration.rst index 52d40d358..15e032148 100644 --- a/admin_manual/configuration_files/serving_static_files_configuration.rst +++ b/admin_manual/configuration_files/serving_static_files_configuration.rst @@ -88,7 +88,7 @@ X-Accel-Redirect is supported by default in Nginx and no additional operation sh Configuration - Method 1 ~~~~~~~~~~~~~~~~~~~~~~~~ -Method 1 is prefered because it limits files what files can be served through X-Accel.: +Method 1 is prefered because it limits files what files can be served through X-Accel. :: location ~ \.php(?:$|/) { ... @@ -133,7 +133,7 @@ Method 1 is prefered because it limits files what files can be served through X- Configuration - Method 2 ~~~~~~~~~~~~~~~~~~~~~~~~ Method 2 is simplier to setup when using local external storage mounts, especially when they are available to many but not all users. -This method may be prefered if you are regularly adding users that should not all have access to the same local external storage mount(s).: +This method may be prefered if you are regularly adding users that should not all have access to the same local external storage mount(s). :: location ~ \.php(?:$|/) { ...