diff docs/setup.rst @ 5496:2b2216e8af36 stable

docs: update example output and example server configs kallithea-api example output was not up-to-date, and the text was a little vague on whether you specify a hostname or a URL. The Nginx example config has been updated to assume a Kallithea backend server on localhost:5000, like the Apache example. The redundant ServerAlias option was removed from the Apache example.
author Søren Løvborg <sorenl@unity3d.com>
date Wed, 09 Sep 2015 18:32:05 +0200
parents 60e04a21bf0f
children 12b47803189f
line wrap: on
line diff
--- a/docs/setup.rst	Thu Sep 10 23:29:50 2015 +0200
+++ b/docs/setup.rst	Wed Sep 09 18:32:05 2015 +0200
@@ -612,7 +612,7 @@
        }
 
        location @kallithea {
-            proxy_pass      http://kallithea;
+            proxy_pass      http://127.0.0.1:5000;
        }
 
     }
@@ -649,7 +649,6 @@
 
     <VirtualHost *:80>
             ServerName hg.myserver.com
-            ServerAlias hg.myserver.com
 
             <Proxy *>
               # For Apache 2.4 and later: