##// END OF EJS Templates
Added example of root directive for serving static files via nginx
marcink -
r2748:dfb15c8e beta
parent child Browse files
Show More
@@ -540,7 +540,10 b' Sample config for nginx using proxy::'
540 #location @my_411_error {
540 #location @my_411_error {
541 # chunkin_resume;
541 # chunkin_resume;
542 #}
542 #}
543
543
544 # uncomment if you want to serve static files by nginx
545 #root /path/to/installation/rhodecode/public;
546
544 location / {
547 location / {
545 try_files $uri @rhode;
548 try_files $uri @rhode;
546 }
549 }
General Comments 0
You need to be logged in to leave comments. Login now