Ver código fonte

Add files via upload

Capitan Cloud 2 anos atrás
pai
commit
bec09b21d5
1 arquivos alterados com 5 adições e 5 exclusões
  1. 5 5
      INSTALLATION.md

+ 5 - 5
INSTALLATION.md

@@ -1,8 +1,8 @@
 # INSTALLATION
    
-  Installing Musicing is more straightforward than what it could appear..   
+  Installing XsltMaster is more straightforward than what it could appear..   
   
-  First, if you use Nginx as reversed proxy just point the root of your web app to /path/to/YourMusicing/Public   
+  First, if you use Nginx as reversed proxy just point the root of your web app to /path/to/YourXsltMaster/Public   
   where the public content is located:
   
   <ol>  
@@ -14,9 +14,9 @@
         listen 80;
         listen [::]:80;
     
-        server_name yourMusicing.com;
+        server_name yourXsltMaster.com;
      
-        root /var/www/YourMusicing/Public;
+        root /var/www/YourXsltMaster/Public;
         index index.php; 
        
         location / {     
@@ -53,6 +53,6 @@
   </li>
   </ol>  
   
-  Apache instead should have DocumentRoot pointing to /path/to/YourMusicing/Public .   
+  Apache instead should have DocumentRoot pointing to /path/to/YourXsltMaster/Public .   
   
   Dan