diff --git a/docs/setup.rst b/docs/setup.rst --- a/docs/setup.rst +++ b/docs/setup.rst @@ -454,12 +454,11 @@ http://wiki.pylonshq.com/display/pylonsc Apache as subdirectory ---------------------- - Apache subdirectory part:: - - ProxyPass http://127.0.0.1:59542/rhodecode - ProxyPassReverse http://127.0.0.1:59542/rhodecode + > + ProxyPass http://127.0.0.1:5000/ + ProxyPassReverse http://127.0.0.1:5000/ SetEnvIf X-Url-Scheme https HTTPS=1 @@ -474,6 +473,8 @@ Add the following at the end of the .ini prefix = / +then change into your choosen prefix + Apache's example FCGI config ----------------------------