Changeset - 35c0c62583cd
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 12 years ago 2013-05-30 01:47:03
marcin@python-works.com
Moved proxy include of nginx to place where
it will work for older versions of nginx
1 file changed with 1 insertions and 2 deletions:
0 comments (0 inline, 0 general)
docs/setup.rst
Show inline comments
 
@@ -574,14 +574,13 @@ Sample config for nginx using proxy::
 
       ## uncomment root directive if you want to serve static files by nginx
 
       ## requires static_files = false in .ini file
 
       #root /path/to/installation/rhodecode/public;
 

	
 
       include         /etc/nginx/proxy.conf;
 
       location / {
 
            try_files $uri @rhode;
 
       }
 

	
 
       location @rhode {
 
            proxy_pass      http://rc;
 
            include         /etc/nginx/proxy.conf;
 
       }
 

	
 
    }
0 comments (0 inline, 0 general)