Browse Source

Update INSTALLATION.md

Daniele Bonini (皮夕): WebDev, DevOps and homomm.org by lots of Simplicity bits 3 years ago
parent
commit
24d9133873
1 changed files with 2 additions and 1 deletions
  1. 2 1
      INSTALLATION.md

+ 2 - 1
INSTALLATION.md

@@ -8,7 +8,8 @@
   <ol>  
   <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:
-      <br><br>   
+      
+      
       location ~* ^.+\.(php)$ {     
         proxy_set_header Host $host;     
         proxy_set_header X-Real_IP $remote_addr;