]> git.mxchange.org Git - friendica.git/blobdiff - mods/sample-nginx.config
[nginx] Fix indentation.
[friendica.git] / mods / sample-nginx.config
index 829bfc70af40c74f605c6b8e63fd758129be94b9..0b96f50ba795b0b1f3253e9d662a2076b9dd7c6e 100644 (file)
@@ -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;