Changeset - dfb15c8ee63f
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2012-08-27 23:33:43
marcin@python-works.com
Added example of root directive for serving static files via nginx
1 file changed with 4 insertions and 1 deletions:
0 comments (0 inline, 0 general)
docs/setup.rst
Show inline comments
 
@@ -540,7 +540,10 @@ Sample config for nginx using proxy::
 
       #location @my_411_error {
 
       #    chunkin_resume;
 
       #}
 

	
 
       
 
       # uncomment if you want to serve static files by nginx
 
       #root /path/to/installation/rhodecode/public;
 
       
 
       location / {
 
            try_files $uri @rhode;
 
       }
0 comments (0 inline, 0 general)