docs: update example nginx/apache configs to use .rccontrol static path
This commit is contained in:
parent
66e6bdfd91
commit
c0e90309c9
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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 / {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue