From 92f47f8ecae754448431110110a20acf3a80120f Mon Sep 17 00:00:00 2001 From: Andreas Neustifter Date: Thu, 28 Jun 2018 04:35:28 +0000 Subject: [PATCH] [nginx] Fix indentation. --- mods/sample-nginx.config | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/mods/sample-nginx.config b/mods/sample-nginx.config index 829bfc70af..0b96f50ba7 100644 --- a/mods/sample-nginx.config +++ b/mods/sample-nginx.config @@ -72,10 +72,12 @@ server { charset utf-8; root /var/www/friendica; access_log /var/log/nginx/friendica.log; - #Uncomment the following line to include a standard configuration file - #Note that the most specific rule wins and your standard configuration - #will therefore *add* to this file, but not override it. + + # Uncomment the following line to include a standard configuration file Note + # that the most specific rule wins and your standard configuration will + # therefore *add* to this file, but not override it. #include standard.conf + # allow uploads up to 20MB in size client_max_body_size 20m; client_body_buffer_size 128k;