diff --git a/docs/admin/apache-reverse-proxy.rst b/docs/admin/apache-reverse-proxy.rst --- a/docs/admin/apache-reverse-proxy.rst +++ b/docs/admin/apache-reverse-proxy.rst @@ -11,7 +11,7 @@ Here is a sample configuration file for ## uncomment to serve static files by Apache ## ProxyPass /_static ! - ## Alias /_static /path/to/rhodecode/installation/public + ## Alias /_static /path/to/.rccontrol/enterprise-1/static Order allow,deny diff --git a/docs/admin/nginx-config-example.rst b/docs/admin/nginx-config-example.rst --- a/docs/admin/nginx-config-example.rst +++ b/docs/admin/nginx-config-example.rst @@ -60,7 +60,7 @@ Use the following example to configure N ## uncomment to serve static files by nginx # location /_static { - # alias /path/to/rhodecode/installation/public; + # alias /path/to/.rccontrol/enterprise-1/static; # } location / {