Daniele Bonini (皮夕): WebDev, DevOps and homomm.org by lots of Simplicity bits 3 жил өмнө
parent
commit
0cdc24994c
1 өөрчлөгдсөн 6 нэмэгдсэн , 4 устгасан
  1. 6 4
      INSTALLATION.md

+ 6 - 4
INSTALLATION.md

@@ -9,8 +9,9 @@
   <li>The static content hosted should be just of this kind: html, css, js, png, jpg, jpeg, gif, mp3, wav, fonts, map, ico</li>   
   <li>Example of Nginx minimal configuration:
       
-     
-     
+       
+        
+        
      
      server {   
      
@@ -42,8 +43,9 @@
          gzip_min_length 1000;
 
          expires 30d;
-      }
-   }   
+      }      
+   }     
+     
      
   </li>
   </ol>