Nginx:Allow Indexing: Difference between revisions

Created page with " location /{ root /home/yozloy/html/; index index.html; autoindex on; }"
 
No edit summary
Line 1: Line 1:
  location /{  
  location /{  
     root /home/yozloy/html/;  
     root /home/name-situs/html/;  
     index index.html;  
     index index.html;  
     autoindex on;
     autoindex on;
  }
  }