docs: update example nginx/apache configs to use .rccontrol static path

This commit is contained in:
Daniel Dourvaris 2016-07-19 13:02:40 +03:00
parent 66e6bdfd91
commit c0e90309c9
2 changed files with 2 additions and 2 deletions

View file

@ -11,7 +11,7 @@ Here is a sample configuration file for using Apache as a reverse proxy.
## uncomment to serve static files by Apache
## ProxyPass /_static !
## Alias /_static /path/to/rhodecode/installation/public
## Alias /_static /path/to/.rccontrol/enterprise-1/static
<Proxy *>
Order allow,deny

View file

@ -60,7 +60,7 @@ Use the following example to configure Nginx as a your web server.
## uncomment to serve static files by nginx
# location /_static {
# alias /path/to/rhodecode/installation/public;
# alias /path/to/.rccontrol/enterprise-1/static;
# }
location / {