Parcourir la source

Update INSTALLATION.md

Daniele Bonini (皮夕): WebDev, DevOps and homomm.org by lots of Simplicity bits il y a 3 ans
Parent
commit
0cdc24994c
1 fichiers modifiés avec 6 ajouts et 4 suppressions
  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>