# HG changeset patch # User Daniel Dourvaris # Date 2016-07-19 10:02:40 # Node ID 1e39daf5fc68fba6fbbc9033db3c9a482b2f3265 # Parent 68896d6f0664ff4cc8a9f0c1a276aa67aaf1a789 docs: update example nginx/apache configs to use .rccontrol static path 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 / {