Explorar o código

Update INSTALLATION.md

Daniele Bonini (皮夕): WebDev, DevOps and homomm.org by lots of Simplicity bits %!s(int64=3) %!d(string=hai) anos
pai
achega
0cdc24994c
Modificáronse 1 ficheiros con 6 adicións e 4 borrados
  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>